]> git.ipfire.org Git - thirdparty/git.git/commit
builtin: remove USE_THE_REPOSITORY for those without the_repository
authorJohn Cai <johncai86@gmail.com>
Fri, 13 Sep 2024 21:16:16 +0000 (21:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Sep 2024 21:33:30 +0000 (14:33 -0700)
commit49d2434664b5b4cb44460d16578039fcd198c40a
tree349f4fe92f8c93fdee69699122262e002f0f5dff
parent03eae9afb447ad4add2f18a1adb3589f050d596f
builtin: remove USE_THE_REPOSITORY for those without the_repository

For builtins that do not operate on a repository, remove
the #define USE_THE_REPOSITORY.

Signed-off-by: John Cai <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/check-ref-format.c
builtin/credential-cache.c
builtin/diagnose.c
builtin/get-tar-commit-id.c
builtin/mailsplit.c
builtin/prune-packed.c
builtin/remote-ext.c
builtin/remote-fd.c
builtin/upload-pack.c