Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pull --rebase: exit early when the working directory is dirty
[gitweb.git]
/
builtin-http-fetch.c
diff --git
a/builtin-http-fetch.c
b/builtin-http-fetch.c
index 299093ff9134f517e53b5105ec356e6575df6214..b1f33891c36fe38d855ace535cf9218fe9603541 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;