]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/object-store-midx'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 01:44:26 +0000 (18:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 01:44:27 +0000 (18:44 -0700)
commit733b640d5099df783f28ddf8ce35749b8c53f206
treebab82ea9d69c97b7818a82f54c451ee1e1906113
parent8d9f536a5106231a3ed24e392eeb28b7b304fe5e
parentec865d94d4615c00fbf9ac50f4274b1d3fbf73a6
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
builtin/repack.c
object-name.c
pack-bitmap.c