summaryrefslogtreecommitdiff
path: root/http-push.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-08 02:20:37 -0800
committerJunio C Hamano <gitster@pobox.com>2008-03-08 02:20:37 -0800
commit972b9a85301e1576c0fb84555396015663a65452 (patch)
tree0498355725403517d839f7400803d26e4527806d /http-push.c
parent1f1300b4f16591feaa1387e967752af33d4fffda (diff)
parent9fc6440d783ca773353880aa97c23ed9c640d3c0 (diff)
downloadgit-972b9a85301e1576c0fb84555396015663a65452.tar.gz
Merge branch 'mh/maint-http-proxy-fix' into maint
* mh/maint-http-proxy-fix: Set proxy override with http_init()
Diffstat (limited to 'http-push.c')
-rw-r--r--http-push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-push.c b/http-push.c
index f9b77d6021..e3e34decd2 100644
--- a/http-push.c
+++ b/http-push.c
@@ -2240,7 +2240,7 @@ int main(int argc, char **argv)
memset(remote_dir_exists, -1, 256);
- http_init();
+ http_init(NULL);
no_pragma_header = curl_slist_append(no_pragma_header, "Pragma:");