summaryrefslogtreecommitdiffstats
path: root/builtin-http-fetch.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-03 00:11:26 +0100
committerJunio C Hamano <gitster@pobox.com>2008-03-03 00:11:26 +0100
commit7ab9f8f8b12853d4cb0e45031bf2ee9a0517ad22 (patch)
treee49451e1e0e6c60c424c8c6334b9dacc6b9577f7 /builtin-http-fetch.c
parentMerge branch 'cb/http-test' (diff)
parentSet proxy override with http_init() (diff)
downloadgit-7ab9f8f8b12853d4cb0e45031bf2ee9a0517ad22.tar.xz
git-7ab9f8f8b12853d4cb0e45031bf2ee9a0517ad22.zip
Merge branch 'mh/maint-http-proxy-fix'
* mh/maint-http-proxy-fix: Set proxy override with http_init()
Diffstat (limited to 'builtin-http-fetch.c')
-rw-r--r--builtin-http-fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-http-fetch.c b/builtin-http-fetch.c
index 299093ff91..b1f33891c3 100644
--- a/builtin-http-fetch.c
+++ b/builtin-http-fetch.c
@@ -59,7 +59,7 @@ int cmd_http_fetch(int argc, const char **argv, const char *prefix)
url = rewritten_url;
}
- walker = get_http_walker(url);
+ walker = get_http_walker(url, NULL);
walker->get_tree = get_tree;
walker->get_history = get_history;
walker->get_all = get_all;