More static
There still are quite a few symbols that ought to be static. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -7,7 +7,7 @@ struct cmdname_help
|
||||
char help[80];
|
||||
};
|
||||
|
||||
struct cmdname_help common_cmds[] = {"
|
||||
static struct cmdname_help common_cmds[] = {"
|
||||
|
||||
sort <<\EOF |
|
||||
add
|
||||
|
Reference in New Issue
Block a user