Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Add a RPMBUILD make variable
[gitweb.git]
/
http-pull.c
diff --git
a/http-pull.c
b/http-pull.c
index ec53dad8efbe6e7734b75eaba8821ac290a5abbb..1f9d60b9b1d5eed85b24d96c240666bbfc5a22ed 100644
(file)
--- a/
http-pull.c
+++ b/
http-pull.c
@@
-150,10
+150,6
@@
int main(int argc, char **argv)
get_tree = 1;
} else if (argv[arg][1] == 'c') {
get_history = 1;
- } else if (argv[arg][1] == 'd') {
- get_delta = 0;
- } else if (!strcmp(argv[arg], "--recover")) {
- get_delta = 2;
} else if (argv[arg][1] == 'a') {
get_all = 1;
get_tree = 1;