X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-fetch.c;h=94d47cbb287f7d3ea76b71f3ef39ddeea3b9202c;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=8c4c5d2224a2493a648e6a34257bc150f2712dd0;hpb=afb6b561e3dad13df5d9df9731751a3d310c0854;p=git.git diff --git a/http-fetch.c b/http-fetch.c index 8c4c5d222..94d47cbb2 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -67,7 +67,7 @@ int main(int argc, const char **argv) git_config(git_default_config, NULL); - http_init(NULL); + http_init(NULL, url, 0); walker = get_http_walker(url); walker->get_tree = get_tree; walker->get_history = get_history;