From: Junio C Hamano Date: Mon, 8 Aug 2016 21:21:36 +0000 (-0700) Subject: Merge branch 'nd/pack-ofs-4gb-limit' into maint X-Git-Tag: v2.9.3~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa9136a87e3ce299fe966da4686a571d6a528311;p=git Merge branch 'nd/pack-ofs-4gb-limit' into maint "git pack-objects" and "git index-pack" mostly operate with off_t when talking about the offset of objects in a packfile, but there were a handful of places that used "unsigned long" to hold that value, leading to an unintended truncation. * nd/pack-ofs-4gb-limit: fsck: use streaming interface for large blobs in pack pack-objects: do not truncate result in-pack object size on 32-bit systems index-pack: correct "offset" type in unpack_entry_data() index-pack: report correct bad object offsets even if they are large index-pack: correct "len" type in unpack_data() sha1_file.c: use type off_t* for object_info->disk_sizep pack-objects: pass length to check_pack_crc() without truncation --- aa9136a87e3ce299fe966da4686a571d6a528311