Merge branch 'js/for-each-ref-remote-name-and-ref'
[gitweb.git] / contrib / completion / git-completion.bash
index 0e16f017a4144220043d27e0c1556a6d1edbdf01..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
                        "
                ;;
        *)
@@ -2350,6 +2351,7 @@ _git_config ()
                advice.rmHints
                advice.statusHints
                advice.statusUoption
+               advice.ignoredHook
                alias.
                am.keepcr
                am.threeWay