From: Ralf Thielow Date: Wed, 28 Nov 2012 18:27:02 +0000 (+0100) Subject: completion: add options --single-branch and --branch to "git clone" X-Git-Tag: v1.8.1-rc0~19^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4047fecf714e8ffdc4ae199f9cd3ee2d50b0259c;p=thirdparty%2Fgit.git completion: add options --single-branch and --branch to "git clone" Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- 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 ;;