bash completion: add --orphan to 'git checkout'

Update git-completion.bash with new --orphan option to 'git checkout'.

Signed-off-by: Erick Mattos <erick.mattos@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Erick Mattos 2010-05-21 21:43:52 -03:00 committed by Junio C Hamano
parent b209995775
commit 86e8e7a566
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ _git_checkout ()
--*) --*)
__gitcomp " __gitcomp "
--quiet --ours --theirs --track --no-track --merge --quiet --ours --theirs --track --no-track --merge
--conflict= --patch --conflict= --orphan --patch
" "
;; ;;
*) *)