Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: remove git_config_iter
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index bc6cd19cf3a5e4300e32cbdd437b2d9231fd2d89..91ec8ab36f1c31ffecbd41f1d227ee9e13047951 100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-330,7
+330,7
@@
const char *help_unknown_cmd(const char *cmd)
memset(&other_cmds, 0, sizeof(other_cmds));
memset(&aliases, 0, sizeof(aliases));
-
git
_config(git_unknown_cmd_config, NULL);
+
read_early
_config(git_unknown_cmd_config, NULL);
load_command_list("git-", &main_cmds, &other_cmds);