From 4047fecf714e8ffdc4ae199f9cd3ee2d50b0259c Mon Sep 17 00:00:00 2001 From: Ralf Thielow Date: Wed, 28 Nov 2012 19:27:02 +0100 Subject: [PATCH] completion: add options --single-branch and --branch to "git clone" Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 2 ++ 1 file changed, 2 insertions(+) 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 ;; -- 2.11.4.GIT