]> git.ipfire.org Git - thirdparty/git.git/commit
credential-store: move related functions to credential-store file
authorCalvin Wan <calvinwan@google.com>
Tue, 6 Jun 2023 19:48:40 +0000 (19:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jun 2023 20:49:36 +0000 (13:49 -0700)
commitf89854362cbe60371605dac3ae542109218ef1f3
treed10fb2e212d6e5e618e485dd178b0a0f3fe861eb
parent5d1344b4973c8ea4904005f3bb51a47334ebb370
credential-store: move related functions to credential-store file

is_rfc3986_unreserved() and is_rfc3986_reserved_or_unreserved() are only
called from builtin/credential-store.c and they are only relevant to that
file so move those functions and make them static.

Signed-off-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/credential-store.c
strbuf.c
strbuf.h