Code

git-add --intent-to-add (-N)
[git.git] / builtin-help.c
index 9225102f6cb7568f6615b00c3765a0e6f111612a..721038e4f55703d00efc62af8ccf4588182fb58f 100644 (file)
@@ -273,7 +273,7 @@ static int git_help_config(const char *var, const char *value, void *cb)
        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)
 {