bash completion: add --orphan to 'git checkout'
[gitweb.git] / contrib / completion / git-completion.bash
index 545bd4b38368e3c2a3958133bbeef6a19e831fff..b70cca13fd2d926cc1c5c5374c0d65413e34b409 100755 (executable)
@@ -841,7 +841,7 @@ _git_checkout ()
        --*)
                __gitcomp "
                        --quiet --ours --theirs --track --no-track --merge
-                       --conflict= --patch
+                       --conflict= --orphan --patch
                        "
                ;;
        *)