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>
This commit is contained in:
Ralf Thielow 2012-11-28 19:27:02 +01:00 committed by Junio C Hamano
parent 86ef7b37f9
commit 4047fecf71

View File

@ -989,6 +989,8 @@ _git_clone ()
--upload-pack --upload-pack
--template= --template=
--depth --depth
--single-branch
--branch
" "
return return
;; ;;