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>
This commit is contained in:
Patrick Steinhardt
2025-10-09 10:01:40 +02:00
committed by Junio C Hamano
parent 86d8c62f48
commit ecad863c12
4 changed files with 7 additions and 7 deletions

View File

@@ -1027,7 +1027,7 @@ void packfile_store_reprepare(struct packfile_store *store)
packfile_store_prepare(store);
}
struct packed_git *packfile_store_get_all_packs(struct packfile_store *store)
struct packed_git *packfile_store_get_packs(struct packfile_store *store)
{
packfile_store_prepare(store);