summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b9f62c0)
raw | patch | inline | side by side (parent: b9f62c0)
author | Alex Riesen <raa.lkml@gmail.com> | |
Thu, 28 Aug 2008 17:17:46 +0000 (19:17 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Aug 2008 04:51:04 +0000 (21:51 -0700) |
These are not used anywhere else.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-help.c | patch | blob | history |
diff --git a/builtin-help.c b/builtin-help.c
index 9225102f6cb7568f6615b00c3765a0e6f111612a..721038e4f55703d00efc62af8ccf4588182fb58f 100644 (file)
--- a/builtin-help.c
+++ b/builtin-help.c
return git_default_config(var, value, cb);
}
-struct cmdnames main_cmds, other_cmds;
+static struct cmdnames main_cmds, other_cmds;
void list_common_cmds_help(void)
{