Merge branch 'rs/sequencer-rewrite-file-cleanup'
[gitweb.git] / contrib / completion / git-completion.bash
index fcd83311a36191d7a540c411ce99f02fda57c1b3..fdd984d34a9240de115edc2e8dee37302574f1c6 100644 (file)
@@ -1250,7 +1250,8 @@ _git_checkout ()
        --*)
                __gitcomp "
                        --quiet --ours --theirs --track --no-track --merge
-                       --conflict= --orphan --patch
+                       --conflict= --orphan --patch --detach --ignore-skip-worktree-bits
+                       --recurse-submodules --no-recurse-submodules
                        "
                ;;
        *)