Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-pull.c')
-rw-r--r--ssh-pull.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssh-pull.c b/ssh-pull.c
index 27484126dd..87d523899a 100644
--- a/ssh-pull.c
+++ b/ssh-pull.c
@@ -65,10 +65,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;