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 <ralf.thielow@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 86ef7b3 commit 4047fec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)