summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-06-26 23:46:53 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-06-26 23:46:53 +0000
commit3901ffb453101d619d2d19f531d2d05481a03751 (patch)
treef9223d90d26da56307677c9a8772faaeac697cd4 /git-grep.html
parent97f518c4cae23baaa8a9731a830793ae23f97fc7 (diff)
downloadgit-htmldocs-3901ffb453101d619d2d19f531d2d05481a03751.tar.gz
Autogenerated HTML docs for v1.4.1-rc1-g1ef9
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-grep.html b/git-grep.html
index db8b1727a..21c53b7ff 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -280,7 +280,7 @@ git-grep(1) Manual Page
[-n] [-l | --files-with-matches] [-L | --files-without-match]
[-c | --count]
[-A &lt;post-context&gt;] [-B &lt;pre-context&gt;] [-C &lt;context&gt;]
- [-f &lt;file&gt;] [-e &lt;pattern&gt;]
+ [-f &lt;file&gt;] [-e] &lt;pattern&gt;
[&lt;tree&gt;&#8230;]
[--] [&lt;path&gt;&#8230;]</div></div>
</div>
@@ -391,6 +391,16 @@ registered in the index file, or given tree objects.</p>
</p>
</dd>
<dt>
+-e
+</dt>
+<dd>
+<p>
+ The next parameter is the pattern. This option has to be
+ used for patterns starting with - and should be used in
+ scripts passing user input to grep.
+</p>
+</dd>
+<dt>
<tt>&lt;tree&gt;&#8230;</tt>
</dt>
<dd>
@@ -424,7 +434,7 @@ revamped by Junio C Hamano.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 04-Jun-2006 07:24:27 UTC
+Last updated 26-Jun-2006 23:46:44 UTC
</div>
</div>
</body>