My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c740039
)
env--helper: mark a file-local symbol as static
author
Ramsay Jones
<ramsay@ramsayjones.plus.com>
Thu, 11 Jul 2019 17:06:13 +0000
(18:06 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 11 Jul 2019 21:31:04 +0000
(14:31 -0700)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/env--helper.c
patch
|
blob
|
history
diff --git
a/builtin/env--helper.c
b/builtin/env--helper.c
index
1083c0f
..
23c214f
100644
(file)
--- a/
builtin/env--helper.c
+++ b/
builtin/env--helper.c
@@
-7,7
+7,7
@@
static char const * const env__helper_usage[] = {
NULL
};
-enum {
+
static
enum {
ENV_HELPER_TYPE_BOOL = 1,
ENV_HELPER_TYPE_ULONG
} cmdmode = 0;