summaryrefslogtreecommitdiff
path: root/builtin-http-fetch.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 /builtin-http-fetch.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 '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 7f450c61d9..48128c610e 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;