Skip to content

Commit 4047fec

Browse files
ralfthgitster
authored andcommitted
completion: add options --single-branch and --branch to "git clone"
Signed-off-by: Ralf Thielow <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 86ef7b3 commit 4047fec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,8 @@ _git_clone ()
989989
--upload-pack
990990
--template=
991991
--depth
992+
--single-branch
993+
--branch
992994
"
993995
return
994996
;;

0 commit comments

Comments
 (0)