diff: --indent-heuristic is no longer experimental
[gitweb.git] / Documentation / git-grep.txt
index 56fb55950af3577a0f0df88fc7dcd62e581b6155..5edb1da46fe0a7ccca2608807c28305be72483b5 100644 (file)
@@ -161,8 +161,11 @@ OPTIONS
 
 -P::
 --perl-regexp::
-       Use Perl-compatible regexp for patterns. Requires libpcre to be
-       compiled in.
+       Use Perl-compatible regular expressions for patterns.
++
+Support for these types of regular expressions is an optional
+compile-time dependency. If Git wasn't compiled with support for them
+providing this option will cause it to die.
 
 -F::
 --fixed-strings::