diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-18 01:55:29 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-18 01:55:29 -0800 |
commit | 2247efb40b304f158b9ab41455bd711366a44f57 (patch) | |
tree | 187e422a34d766c3936acb53949cf118a68cd2c8 /clone-pack.c | |
parent | ad8972150887a8ed3dd4869fc9318cc2e48dd69f (diff) | |
download | git-2247efb40b304f158b9ab41455bd711366a44f57.tar.gz git-2247efb40b304f158b9ab41455bd711366a44f57.tar.xz |
clone-pack: remove unused and undocumented --keep flag
While we are at it, give fully spelled --keep to fetch-pack.
Also give --quiet in addition to -q to fetch-pack as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'clone-pack.c')
-rw-r--r-- | clone-pack.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clone-pack.c b/clone-pack.c index 03dbc2ead..f634431be 100644 --- a/clone-pack.c +++ b/clone-pack.c @@ -160,8 +160,6 @@ int main(int argc, char **argv) exec = arg + 7; continue; } - if (!strcmp("--keep", arg)) - continue; usage(clone_pack_usage); } dest = arg; |