X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-push.c;h=cdfdd4f79199261b2a62012381728d676484e424;hb=f3f778df6900881a7bac409c927931c32b82bcb5;hp=edd553b7f69ed92fde301966e605e7562703718a;hpb=78c17b9943ade62e6eebe069fadaecc637b301df;p=git.git diff --git a/http-push.c b/http-push.c index edd553b7f..cdfdd4f79 100644 --- a/http-push.c +++ b/http-push.c @@ -1820,7 +1820,7 @@ int main(int argc, char **argv) memset(remote_dir_exists, -1, 256); - http_init(NULL, repo->url); + http_init(NULL, repo->url, 1); #ifdef USE_CURL_MULTI is_running_queue = 0;