Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http-push: enable "proactive auth"
[gitweb.git]
/
remote-curl.c
diff --git
a/remote-curl.c
b/remote-curl.c
index 0e720ee8bbf4cbc6a50336a1f1c93bfc63842fe3..0757b19a805ff129c19069d677cb5e5bd683a0fc 100644
(file)
--- a/
remote-curl.c
+++ b/
remote-curl.c
@@
-859,7
+859,7
@@
int main(int argc, const char **argv)
url = strbuf_detach(&buf, NULL);
- http_init(remote, url);
+ http_init(remote, url
, 0
);
do {
if (strbuf_getline(&buf, stdin, '\n') == EOF) {