]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/midx-write-corrupt-checksum-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Jan 2026 00:16:27 +0000 (16:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Jan 2026 00:16:27 +0000 (16:16 -0800)
commite13de9ed8ea8a6aedfb3e0c0a0c4e914db82355a
tree2d5888a77101b218c655112372b55724c8220925
parent070fa416755497ce78e09713ef5cd37e2c7205f2
parent38b72e581513dfbef784a1b808d282df1e0504d2
Merge branch 'tb/midx-write-corrupt-checksum-fix'

The logic that avoids reusing MIDX files with a wrong checksum was
broken, which has been corrected.

* tb/midx-write-corrupt-checksum-fix:
  midx-write.c: assume checksum-invalid MIDXs require an update
  t/t5319-multi-pack-index.sh: drop early 'test_done'
midx-write.c