Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes for 1.5.4.5
[gitweb.git]
/
builtin-http-fetch.c
diff --git
a/builtin-http-fetch.c
b/builtin-http-fetch.c
index 7f450c61d95945862fc44bec99859a229269b224..48128c610e4b36789efbe16fb974b2f3389093ff 100644
(file)
--- 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;