Skip to content

Commit 86e8e7a

Browse files
erickmattosgitster
authored andcommitted
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>
1 parent b209995 commit 86e8e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ _git_checkout ()
841841
--*)
842842
__gitcomp "
843843
--quiet --ours --theirs --track --no-track --merge
844-
--conflict= --patch
844+
--conflict= --orphan --patch
845845
"
846846
;;
847847
*)

0 commit comments

Comments
 (0)