]> git.99rst.org Git - git.git/commit
builtin/repack.c: rename many 'struct existing_packs' functions
authorTaylor Blau <redacted>
Wed, 15 Oct 2025 22:28:04 +0000 (18:28 -0400)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/repack.c
git clone https://git.99rst.org/PROJECT