X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-push.c;h=cdfdd4f79199261b2a62012381728d676484e424;hb=2eeeef24ff5a6538f41f5fe44f3a4e7f6e36e7e5;hp=edd553b7f69ed92fde301966e605e7562703718a;hpb=1a7bd4fcfa0c57617828dfc1b6b525af674f6d49;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;