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
parent
b209995775
commit
86e8e7a566
|
@ -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
|
||||||
"
|
"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue