summaryrefslogtreecommitdiffstats
path: root/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-30 08:13:52 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-30 08:13:52 +0000
commit084228c6c49d30cf3c49994c8de0b192b364ac0d (patch)
tree5422907670581ca193454a0e8855145699d2dd88 /git-grep.txt
parent90b56531113c979bc874f0c44469d79aea6cd1cf (diff)
downloadgit-htmldocs-084228c6c49d30cf3c49994c8de0b192b364ac0d.tar.gz
Autogenerated HTML docs for v1.7.5.3-401-gfb674
Diffstat (limited to 'git-grep.txt')
-rw-r--r--git-grep.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-grep.txt b/git-grep.txt
index d7523b3e4..e150c77cf 100644
--- a/git-grep.txt
+++ b/git-grep.txt
@@ -12,7 +12,8 @@ SYNOPSIS
'git grep' [-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp]
[-v | --invert-match] [-h|-H] [--full-name]
[-E | --extended-regexp] [-G | --basic-regexp]
- [-F | --fixed-strings] [-n]
+ [-P | --perl-regexp]
+ [-F | --fixed-strings] [-n | --line-number]
[-l | --files-with-matches] [-L | --files-without-match]
[(-O | --open-files-in-pager) [<pager>]]
[-z | --null]
@@ -97,6 +98,11 @@ OPTIONS
Use POSIX extended/basic regexp for patterns. Default
is to use basic regexp.
+-P::
+--perl-regexp::
+ Use Perl-compatible regexp for patterns. Requires libpcre to be
+ compiled in.
+
-F::
--fixed-strings::
Use fixed strings for patterns (don't interpret pattern