git-grep: do not die upon -F/-P when grep.extendedRegexp is set.
[gitweb.git] / contrib / completion / git-completion.bash
index 840ae38760a5de84b369b208a52cc579ce478378..2facd08d1639115188d8e0bcec35c47f4ac793c4 100755 (executable)
@@ -1485,8 +1485,9 @@ _git_grep ()
                __gitcomp "
                        --cached
                        --text --ignore-case --word-regexp --invert-match
-                       --full-name
+                       --full-name --line-number
                        --extended-regexp --basic-regexp --fixed-strings
+                       --perl-regexp
                        --files-with-matches --name-only
                        --files-without-match
                        --max-depth