]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 13:50:16 +0000 (05:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 13:50:16 +0000 (05:50 -0800)
commitec16dde5c8c08fe6f26a2183a038e02ea7b2b25f
treefef31f79ec514c9429614e2518ea48874f2d0801
parentc8e1706e8dbe7a511c1fd85d5147a1722b4080f1
parenta282a8f163fa70f9eacc880e6188141cef917058
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object

* 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
  odb: properly close sources before freeing them
  builtin/gc: fix condition for whether to write commit graphs
builtin/pack-objects.c
midx.c
odb.c
odb.h
packfile.c
packfile.h
revision.c