]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repack.c: rename many 'struct existing_packs' functions
authorTaylor Blau <me@ttaylorr.com>
Wed, 15 Oct 2025 22:28:04 +0000 (18:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2025 17:08:54 +0000 (10:08 -0700)
commita0dcecb14613e5bdfdc06616271bffac9e1366e8
treebcbcfadae76b5661f52e325d02484c7aa6205e5c
parent7005d2594b73d30beae7abebdd035becca05299d
builtin/repack.c: rename many 'struct existing_packs' functions

Rename many of the 'struct existing_packs'-related functions according
to the convention introduced in and described by 541204aabe
(Documentation: document naming schema for structs and their functions,
2024-07-30).

Note that some functions which operate over an individual entry in the
list of existing packs are prefixed with "existing_pack_" instead of the
plural form.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/repack.c