]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/packfile-store-in-odb-source' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2026 19:29:25 +0000 (11:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2026 19:29:27 +0000 (11:29 -0800)
commitf375c8e3479968b53d5b01c53412be89dac63598
treea0ae7ebf5d72bbea52ce57f567a0fecaeece485a
parent35d72c8eb91ca2f5da0862d85c8b9b07684ec156
parenta282a8f163fa70f9eacc880e6188141cef917058
Merge branch 'ps/packfile-store-in-odb-source' into next

The packfile_store data structure is moved from object store to odb
source.

* ps/packfile-store-in-odb-source:
  packfile: move MIDX into packfile store
  packfile: refactor `find_pack_entry()` to work on the packfile store
  packfile: inline `find_kept_pack_entry()`
  packfile: only prepare owning store in `packfile_store_prepare()`
  packfile: only prepare owning store in `packfile_store_get_packs()`
  packfile: move packfile store into object source
  packfile: refactor misleading code when unusing pack windows
  packfile: refactor kept-pack cache to work with packfile stores
  packfile: pass source to `prepare_pack()`
  packfile: create store via its owning source
builtin/pack-objects.c
midx.c
odb.c
packfile.c
revision.c