commit | c7371e992b1aa147b640759a7fa89e722e6db8dc | [log] [tgz] |
---|---|---|
author | Alex Riesen <raa.lkml@gmail.com> | Thu Aug 28 19:17:46 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Aug 28 21:51:04 2008 -0700 |
tree | 2a05f60094b6c9d4bc5a42fe77241f28ef6a8fd3 | |
parent | b9f62c0e7d60905d20de552280f91441300197c0 [diff] |
Make main_cmds and other_cmds local to builtin-help.c These are not used anywhere else. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/builtin-help.c b/builtin-help.c index 9225102..721038e 100644 --- a/builtin-help.c +++ b/builtin-help.c
@@ -273,7 +273,7 @@ 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) {