X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-fetch.c;h=94d47cbb287f7d3ea76b71f3ef39ddeea3b9202c;hb=829a1c616967176ccd859c18a6e8ca0dda77f75a;hp=69299b7bd2a956266bf581df9c23589a97fca805;hpb=68f80f549092bcbb2409ba9c0eace73c085ba7cc;p=git.git diff --git a/http-fetch.c b/http-fetch.c index 69299b7bd..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, url); + http_init(NULL, url, 0); walker = get_http_walker(url); walker->get_tree = get_tree; walker->get_history = get_history;