]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/packed-git-in-object-store' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Nov 2025 15:27:57 +0000 (07:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Nov 2025 15:27:57 +0000 (07:27 -0800)
commit1eb3440abd8b74b488685d123534580c7abb0352
treebb224cef461c07d803521a55bc1efba0d250160d
parent41a35c3e52b18bfc36a89cfe99f78cc74dacf6b5
parentc31bad4f7dcf3e04ae22e7d4a1059fd628acf1a2
Merge branch 'ps/packed-git-in-object-store' into next

The list of packfiles used in a running Git process is moved from
the packed_git structure into the packfile store.

* ps/packed-git-in-object-store:
  packfile: track packs via the MRU list exclusively
  packfile: always add packfiles to MRU when adding a pack
  packfile: move list of packs into the packfile store
  builtin/pack-objects: simplify logic to find kept or nonlocal objects
  packfile: fix approximation of object counts
  http: refactor subsystem to use `packfile_list`s
  packfile: move the MRU list into the packfile store
  packfile: use a `strmap` to store packs by name
builtin/fast-import.c