]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/remove-packfile-store-get-packs'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Oct 2025 15:00:19 +0000 (08:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Oct 2025 15:00:19 +0000 (08:00 -0700)
Two slightly different ways to get at "all the packfiles" in API
has been cleaned up.

* ps/remove-packfile-store-get-packs:
  packfile: rename `packfile_store_get_all_packs()`
  packfile: introduce macro to iterate through packs
  packfile: drop `packfile_store_get_packs()`
  builtin/grep: simplify how we preload packs
  builtin/gc: convert to use `packfile_store_get_all_packs()`
  object-name: convert to use `packfile_store_get_all_packs()`

1  2 
builtin/cat-file.c
builtin/fast-import.c
builtin/pack-objects.c
builtin/pack-redundant.c
pack-objects.c

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc pack-objects.c
Simple merge