Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
do_for_each_reflog(): return early on error
[gitweb.git]
/
builtin
/
update-server-info.c
diff --git
a/builtin/update-server-info.c
b/builtin/update-server-info.c
index b90dce6358153b274a1e26afde9cc89aad473d14..0d63c4498c0c10193846c020a2d76958bd12e1bd 100644
(file)
--- a/
builtin/update-server-info.c
+++ b/
builtin/update-server-info.c
@@
-15,6
+15,7
@@
int cmd_update_server_info(int argc, const char **argv, const char *prefix)
OPT_END()
};
+ git_config(git_default_config, NULL);
argc = parse_options(argc, argv, prefix, options,
update_server_info_usage, 0);
if (argc > 0)