From 86e8e7a566c5546e58f56566d0181a08d60f919f Mon Sep 17 00:00:00 2001 From: Erick Mattos Date: Fri, 21 May 2010 21:43:52 -0300 Subject: [PATCH] bash completion: add --orphan to 'git checkout' Update git-completion.bash with new --orphan option to 'git checkout'. Signed-off-by: Erick Mattos Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 545bd4b38..b70cca13f 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -841,7 +841,7 @@ _git_checkout () --*) __gitcomp " --quiet --ours --theirs --track --no-track --merge - --conflict= --patch + --conflict= --orphan --patch " ;; *) -- 2.30.2