Merge branch 'mh/maint-http-proxy-fix'

* mh/maint-http-proxy-fix:
  Set proxy override with http_init()
This commit is contained in:
Junio C Hamano
2008-03-02 15:11:26 -08:00
7 changed files with 22 additions and 12 deletions

View File

@ -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;