X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-fetch.c;h=69299b7bd2a956266bf581df9c23589a97fca805;hb=26e94af0ba2f35438bab4a88caa4a16f5e056bac;hp=8c4c5d2224a2493a648e6a34257bc150f2712dd0;hpb=d25a265220f7e9a50693d0ec4bb05c7be0539d69;p=git.git diff --git a/http-fetch.c b/http-fetch.c index 8c4c5d222..69299b7bd 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); walker = get_http_walker(url); walker->get_tree = get_tree; walker->get_history = get_history;