diff options
author | Ralf Thielow <ralf.thielow@gmail.com> | 2012-11-28 19:27:02 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-28 12:01:16 -0800 |
commit | 4047fecf714e8ffdc4ae199f9cd3ee2d50b0259c (patch) | |
tree | e5544d7a2c1dc4ab3461617614b05217f5789545 /contrib | |
parent | 86ef7b37f921dccff6d940fb17005e0906a2bf3e (diff) | |
download | git-4047fecf714e8ffdc4ae199f9cd3ee2d50b0259c.tar.gz |
completion: add options --single-branch and --branch to "git clone"
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 48c3abdf98..cda095de6b 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -989,6 +989,8 @@ _git_clone () --upload-pack --template= --depth + --single-branch + --branch " return ;; |