]> git.ipfire.org Git - thirdparty/git.git/commit
midx: write multi-pack indices via their source
authorPatrick Steinhardt <ps@pks.im>
Mon, 11 Aug 2025 13:46:48 +0000 (15:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Aug 2025 16:22:22 +0000 (09:22 -0700)
commitc3f5d251469525a52074b0373671a588f0e5b972
tree0f54b7f5bf13d4e0f0e577691e578e3207a4360d
parent017db7bb14246dea55b678fc20e34ce91c28968a
midx: write multi-pack indices via their source

Similar to the preceding commit, refactor the writing side of multi-pack
indices so that we pass in the object database source where the index
should be written to.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/multi-pack-index.c
builtin/repack.c
midx-write.c
midx.h