X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-http-fetch.c;h=b1f33891c36fe38d855ace535cf9218fe9603541;hb=bdb87afb4b425d97f7b5e957cbed1589969d9a24;hp=299093ff9134f517e53b5105ec356e6575df6214;hpb=eadbcd498a18d60467883aeb6c0726048e7382a2;p=git.git diff --git a/builtin-http-fetch.c b/builtin-http-fetch.c index 299093ff9..b1f33891c 100644 --- a/builtin-http-fetch.c +++ b/builtin-http-fetch.c @@ -59,7 +59,7 @@ int cmd_http_fetch(int argc, const char **argv, const char *prefix) url = rewritten_url; } - walker = get_http_walker(url); + walker = get_http_walker(url, NULL); walker->get_tree = get_tree; walker->get_history = get_history; walker->get_all = get_all;