Merge branch 'tk/interpret-trailers-in-place'
[gitweb.git] / contrib / completion / git-completion.bash
index 69568075191af7b22fc4e9e556cdcd3c19dc7a51..51f5223e2a373a03963ac20e7ebfc65405fb8eef 100644 (file)
@@ -1312,6 +1312,7 @@ _git_grep ()
                        --full-name --line-number
                        --extended-regexp --basic-regexp --fixed-strings
                        --perl-regexp
+                       --threads
                        --files-with-matches --name-only
                        --files-without-match
                        --max-depth
@@ -1808,7 +1809,7 @@ _git_config ()
                return
                ;;
        branch.*.rebase)
-               __gitcomp "false true"
+               __gitcomp "false true preserve interactive"
                return
                ;;
        remote.pushdefault)