X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-http-fetch.c;h=3a062487a7eacd01ed824b46a9124dd343cd2e60;hb=6457e58c8fc00ef1c72724dad5f8baf54cfee5a2;hp=b1f33891c36fe38d855ace535cf9218fe9603541;hpb=77599cc0bbd0a08defc3bfa80ca52d931d8dc786;p=git.git diff --git a/builtin-http-fetch.c b/builtin-http-fetch.c index b1f33891c..3a062487a 100644 --- a/builtin-http-fetch.c +++ b/builtin-http-fetch.c @@ -18,7 +18,7 @@ int cmd_http_fetch(int argc, const char **argv, const char *prefix) int get_verbosely = 0; int get_recover = 0; - git_config(git_default_config); + git_config(git_default_config, NULL); while (arg < argc && argv[arg][0] == '-') { if (argv[arg][1] == 't') {