summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-29 05:02:13 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-29 05:02:13 +0000
commit83b354738651d0acf203650d6b8a9ebf37598191 (patch)
tree579a8e39950ad2823277b1388c69398cfbf2a840 /git-grep.html
parentd0d892c7a8652759ef2c00b0683de67f076b63bc (diff)
downloadgit-htmldocs-83b354738651d0acf203650d6b8a9ebf37598191.tar.gz
Autogenerated HTML docs for v1.7.0-rc0-48-gdace5
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-grep.html b/git-grep.html
index 9198ae262..b44cea13b 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -328,7 +328,7 @@ git-grep(1) Manual Page
[-F | --fixed-strings] [-n]
[-l | --files-with-matches] [-L | --files-without-match]
[-z | --null]
- [-c | --count] [--all-match]
+ [-c | --count] [--all-match] [-q | --quiet]
[--max-depth &lt;depth&gt;]
[--color | --no-color]
[-A &lt;post-context&gt;] [-B &lt;pre-context&gt;] [-C &lt;context&gt;]
@@ -629,6 +629,18 @@ registered in the index file, or given tree objects.</p></div>
</p>
</dd>
<dt>
+-q
+</dt>
+<dt>
+--quiet
+</dt>
+<dd>
+<p>
+ Do not output matched lines; instead, exit with status 0 when
+ there is a match and with non-zero status when there isn't.
+</p>
+</dd>
+<dt>
<tt>&lt;tree&gt;&#8230;</tt>
</dt>
<dd>
@@ -685,7 +697,7 @@ revamped by Junio C Hamano.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-01-21 17:44:30 UTC
+Last updated 2010-01-29 05:01:58 UTC
</div>
</div>
</body>