diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-08 02:20:37 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-08 02:20:37 -0800 |
commit | 972b9a85301e1576c0fb84555396015663a65452 (patch) | |
tree | 0498355725403517d839f7400803d26e4527806d /http-push.c | |
parent | 1f1300b4f16591feaa1387e967752af33d4fffda (diff) | |
parent | 9fc6440d783ca773353880aa97c23ed9c640d3c0 (diff) | |
download | git-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.c | 2 |
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:"); |