summaryrefslogtreecommitdiffstats
path: root/git-grep.html
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.html
parent90b56531113c979bc874f0c44469d79aea6cd1cf (diff)
downloadgit-htmldocs-084228c6c49d30cf3c49994c8de0b192b364ac0d.tar.gz
Autogenerated HTML docs for v1.7.5.3-401-gfb674
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-grep.html b/git-grep.html
index 6da537e92..e31c0070c 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -418,7 +418,8 @@ git-grep(1) Manual Page
<div class="verseblock-content"><em>git grep</em> [-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) [&lt;pager&gt;]]
[-z | --null]
@@ -588,6 +589,18 @@ grep.extendedRegexp
</p>
</dd>
<dt class="hdlist1">
+-P
+</dt>
+<dt class="hdlist1">
+--perl-regexp
+</dt>
+<dd>
+<p>
+ Use Perl-compatible regexp for patterns. Requires libpcre to be
+ compiled in.
+</p>
+</dd>
+<dt class="hdlist1">
-F
</dt>
<dt class="hdlist1">
@@ -852,7 +865,7 @@ git grep --all-match -e NODE -e Unexpected
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-04-02 04:31:58 UTC
+Last updated 2011-05-30 08:13:19 UTC
</div>
</div>
</body>