]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
builtin/repack.c
object-name.c
pack-bitmap.c

Simple merge
diff --cc object-name.c
Simple merge
diff --cc pack-bitmap.c
Simple merge