]> git.ipfire.org Git - thirdparty/git.git/commit
midx: remove now-unused linked list of multi-pack indices
authorPatrick Steinhardt <ps@pks.im>
Tue, 15 Jul 2025 11:29:24 +0000 (13:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jul 2025 19:07:30 +0000 (12:07 -0700)
commitec865d94d4615c00fbf9ac50f4274b1d3fbf73a6
tree81c186dea2a578e987ba03eab2f232a140739fbb
parentc620586fccf5a62e36a2d6cc96d0427f93f123fc
midx: remove now-unused linked list of multi-pack indices

In the preceding commits we have migrated all users of the linked list
of multi-pack indices to instead use those stored in the object database
sources. Remove those now-unused pointers.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
midx.c
midx.h
odb.h
packfile.c