From: Erick Mattos Date: Sat, 22 May 2010 00:43:52 +0000 (-0300) Subject: bash completion: add --orphan to 'git checkout' X-Git-Tag: v1.7.2-rc0~36^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=86e8e7a566c5546e58f56566d0181a08d60f919f;p=git-core%2Fgit.git 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 --- 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 " ;; *)