From: Junio C Hamano Date: Mon, 4 Aug 2025 01:44:26 +0000 (-0700) Subject: Merge branch 'ps/object-store-midx' X-Git-Tag: v2.51.0-rc0~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=733b640d5099df783f28ddf8ce35749b8c53f206;p=thirdparty%2Fgit.git Merge branch 'ps/object-store-midx' Redefine where the multi-pack-index sits in the object subsystem, which recently was restructured to allow multiple backends that support a single object source that belongs to one repository. A midx does span mulitple "object sources". * ps/object-store-midx: midx: remove now-unused linked list of multi-pack indices packfile: stop using linked MIDX list in `get_all_packs()` packfile: stop using linked MIDX list in `find_pack_entry()` packfile: refactor `get_multi_pack_index()` to work on sources midx: stop using linked list when closing MIDX packfile: refactor `prepare_packed_git_one()` to work on sources midx: start tracking per object database source --- 733b640d5099df783f28ddf8ce35749b8c53f206