]> git.ipfire.org Git - thirdparty/git.git/commit
refs: drop strbuf_ prefix from helpers
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Dec 2024 02:32:38 +0000 (11:32 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Dec 2024 03:38:49 +0000 (12:38 +0900)
commit93e5e048f84138a632b239632c9b45ae238cdf1c
treec36bf96685b1dee17310963333b7d6f2bb2e6db5
parent5bcbde9e49c14f4e47a0ed5fc60470f3d4447efd
refs: drop strbuf_ prefix from helpers

The helper functions (strbuf_branchname, strbuf_check_branch_ref,
and strbuf_check_tag_ref) are about handling branch and tag names,
and it is a non-essential fact that these functions use strbuf to
hold these names.  Rename them to make it clarify that these are
more about "ref".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
branch.c
builtin/branch.c
builtin/check-ref-format.c
builtin/checkout.c
builtin/merge.c
builtin/tag.c
builtin/worktree.c
gitweb/gitweb.perl
refs.c
refs.h