summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-27 08:22:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-27 08:22:22 +0000
commit9882a5200fb6c505c213d9fd3d9d664e2b14f983 (patch)
treef48ba598fbb8c92b5a16c9846d6e860eb543e69c /git-grep.html
parent45889b44baad996378f334ac546f4cf08147fff6 (diff)
downloadgit-htmldocs-9882a5200fb6c505c213d9fd3d9d664e2b14f983.tar.gz
Autogenerated HTML docs for v1.5.2-rc0-71-g4342
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html36
1 files changed, 31 insertions, 5 deletions
diff --git a/git-grep.html b/git-grep.html
index 2fe9160ca..0c07ee6ee 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -276,12 +276,13 @@ git-grep(1) Manual Page
<div class="content"><em>git-grep</em> [--cached]
[-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] [-l | --files-with-matches] [-L | --files-without-match]
+ [-E | --extended-regexp] [-G | --basic-regexp]
+ [-F | --fixed-strings] [-n]
+ [-l | --files-with-matches] [-L | --files-without-match]
[-c | --count] [--all-match]
[-A &lt;post-context&gt;] [-B &lt;pre-context&gt;] [-C &lt;context&gt;]
- [-f &lt;file&gt;] [-e] &lt;pattern&gt; [--and|--or|--not|(|)|-e &lt;pattern&gt;&#8230;]
- [&lt;tree&gt;&#8230;]
+ [-f &lt;file&gt;] [-e] &lt;pattern&gt;
+ [--and|--or|--not|(|)|-e &lt;pattern&gt;&#8230;] [&lt;tree&gt;&#8230;]
[--] [&lt;path&gt;&#8230;]</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -319,6 +320,14 @@ registered in the index file, or given tree objects.</p>
</p>
</dd>
<dt>
+-I
+</dt>
+<dd>
+<p>
+ Don't match the pattern in binary files.
+</p>
+</dd>
+<dt>
-w | --word-regexp
</dt>
<dd>
@@ -369,6 +378,15 @@ registered in the index file, or given tree objects.</p>
</p>
</dd>
<dt>
+-F | --fixed-strings
+</dt>
+<dd>
+<p>
+ Use fixed strings for patterns (don't interpret pattern
+ as a regex).
+</p>
+</dd>
+<dt>
-n
</dt>
<dd>
@@ -406,6 +424,14 @@ registered in the index file, or given tree objects.</p>
</p>
</dd>
<dt>
+-&lt;num&gt;
+</dt>
+<dd>
+<p>
+ A shortcut for specifying -C&lt;num&gt;.
+</p>
+</dd>
+<dt>
-f &lt;file&gt;
</dt>
<dd>
@@ -502,7 +528,7 @@ revamped by Junio C Hamano.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 04-Apr-2007 18:33:44 UTC
+Last updated 27-Apr-2007 08:21:41 UTC
</div>
</div>
</body>