Skip to content

Commit

Permalink
completion: add options --single-branch and --branch to "git clone"
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ralf Thielow authored and Junio C Hamano committed Nov 28, 2012
1 parent 86ef7b3 commit 4047fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,8 @@ _git_clone ()
--upload-pack
--template=
--depth
--single-branch
--branch
"
return
;;
Expand Down

0 comments on commit 4047fec

Please sign in to comment.