]> git.ipfire.org Git - thirdparty/git.git/commit
packfile: rename `packfile_store_get_all_packs()`
authorPatrick Steinhardt <ps@pks.im>
Thu, 9 Oct 2025 08:01:40 +0000 (10:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2025 21:42:40 +0000 (14:42 -0700)
commitecad863c127cd167647e5929d94627c799587134
tree78f567a8541472c294abfdcb293a7209c0f5d293
parent86d8c62f48a1b193299de19c4dbc664650a853f1
packfile: rename `packfile_store_get_all_packs()`

In a preceding commit we have removed `packfile_store_get_packs()`. With
this function removed it's somewhat useless to still have the "all"
infix in `packfile_store_get_all_packs()`. Rename the latter to drop
that infix.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-import.c
builtin/pack-objects.c
packfile.c
packfile.h