From: Junio C Hamano Date: Thu, 12 Sep 2024 18:47:23 +0000 (-0700) Subject: Merge branch 'tb/multi-pack-reuse-fix' X-Git-Tag: v2.47.0-rc0~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bf057a0cd6a75125a5bd239372f9fc4fea6c338;p=thirdparty%2Fgit.git Merge branch 'tb/multi-pack-reuse-fix' A data corruption bug when multi-pack-index is used and the same objects are stored in multiple packfiles has been corrected. * tb/multi-pack-reuse-fix: builtin/pack-objects.c: do not open-code `MAX_PACK_OBJECT_HEADER` pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse builtin/pack-objects.c: translate bit positions during pack-reuse pack-bitmap: tag bitmapped packs with their corresponding MIDX t/t5332-multi-pack-reuse.sh: verify pack generation with --strict --- 3bf057a0cd6a75125a5bd239372f9fc4fea6c338