Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
send-email: validate & reconfirm interactive responses
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index edd553b7f69ed92fde301966e605e7562703718a..cdfdd4f79199261b2a62012381728d676484e424 100644
(file)
--- 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;