]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/prepare-midx-pack-cleanup' into jch
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:30:27 +0000 (17:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:30:27 +0000 (17:30 -0700)
commit656e1eb24b418e98de50149815ff550379731058
tree00ea29f5f6f877bac7ac0ef6bce1882a09911903
parent7802fc98cc0158305c9a857eb23f9977cea7e6a5
parent00fd49db6f6cba5a299737d18da6af5af842094d
Merge branch 'tb/prepare-midx-pack-cleanup' into jch

Improvement on Multi-pack-index API.

* tb/prepare-midx-pack-cleanup:
  midx: return a `packed_git` pointer from `prepare_midx_pack()`
  midx-write.c: extract inner loop from fill_packs_from_midx()
  midx-write.c: guard against incremental MIDXs in want_included_pack()
  midx: access pack names through `nth_midxed_pack_name()`
midx-write.c
midx.c
midx.h
pack-bitmap.c
t/helper/test-read-midx.c