/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
walker: drop fields of `struct walker` which are always 1
[git/git.git]
/
http-fetch.c
diff --git
a/http-fetch.c
b/http-fetch.c
index
a1564f5
..
7b855d3
100644
(file)
--- a/
http-fetch.c
+++ b/
http-fetch.c
@@
-56,9
+56,6
@@
int cmd_main(int argc, const char **argv)
http_init(NULL, url, 0);
walker = get_http_walker(url);
- walker->get_tree = 1;
- walker->get_history = 1;
- walker->get_all = 1;
walker->get_verbosely = get_verbosely;
walker->get_recover = get_recover;