aboutsummaryrefslogtreecommitdiff
path: root/http-push.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-02 15:11:26 -0800
committerJunio C Hamano <gitster@pobox.com>2008-03-02 15:11:26 -0800
commit7ab9f8f8b12853d4cb0e45031bf2ee9a0517ad22 (patch)
treee49451e1e0e6c60c424c8c6334b9dacc6b9577f7 /http-push.c
parentd82b21b57a50f7820c57a13c09232077365095c7 (diff)
parent9fc6440d783ca773353880aa97c23ed9c640d3c0 (diff)
downloadgit-7ab9f8f8b12853d4cb0e45031bf2ee9a0517ad22.tar.gz
git-7ab9f8f8b12853d4cb0e45031bf2ee9a0517ad22.tar.xz
Merge branch 'mh/maint-http-proxy-fix'
* 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 5bc77361f..5b230380c 100644
--- a/http-push.c
+++ b/http-push.c
@@ -2237,7 +2237,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:");