]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/midx-write-corrupt-checksum-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 17:28:15 +0000 (09:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 17:28:15 +0000 (09:28 -0800)
commitc387b3f0239c65d3a519f5b30e681dbc3a8782f7
tree0577b10b27d47b00d62e2679bef02e558568d34d
parenta5a24c2f14d66e622bff05f09fb19ac0491fce24
parent38b72e581513dfbef784a1b808d282df1e0504d2
Merge branch 'tb/midx-write-corrupt-checksum-fix' into next

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