diff options
| author | John Cai <johncai86@gmail.com> | 2024-09-13 21:16:16 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-13 14:33:30 -0700 |
| commit | 49d2434664b5b4cb44460d16578039fcd198c40a (patch) | |
| tree | 349f4fe92f8c93fdee69699122262e002f0f5dff /builtin/mailsplit.c | |
| parent | 03eae9afb447ad4add2f18a1adb3589f050d596f (diff) | |
| download | git-49d2434664b5b4cb44460d16578039fcd198c40a.tar.gz | |
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>
Diffstat (limited to 'builtin/mailsplit.c')
| -rw-r--r-- | builtin/mailsplit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/mailsplit.c b/builtin/mailsplit.c index 2425422141..b8f7150ce9 100644 --- a/builtin/mailsplit.c +++ b/builtin/mailsplit.c @@ -4,7 +4,6 @@ * It just splits a mbox into a list of files: "0001" "0002" .. * so you can process them further from there. */ -#define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "gettext.h" #include "string-list.h" |
