summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-09-16 18:16:04 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-09-16 18:16:04 +0000
commit97efb004f257a657187a16e1c4c2cefd00c4aa85 (patch)
tree30146365e669786ea78c92d0bb55c25a53845ae4 /git-grep.html
parentfd73d89626d7af23c1e2a51cdaca976c2bf89f23 (diff)
downloadgit-htmldocs-97efb004f257a657187a16e1c4c2cefd00c4aa85.tar.gz
Autogenerated HTML docs for v1.4.2.1-ge767
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 ead340769..b0829bb5a 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -275,7 +275,7 @@ git-grep(1) Manual Page
<div class="verseblock">
<div class="content"><em>git-grep</em> [--cached]
[-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp]
- [-v | --invert-match] [--full-name]
+ [-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]
[-c | --count]
@@ -337,6 +337,18 @@ registered in the index file, or given tree objects.</p>
</p>
</dd>
<dt>
+-h | -H
+</dt>
+<dd>
+<p>
+ By default, the command shows the filename for each
+ match. <tt>-h</tt> option is used to suppress this output.
+ <tt>-H</tt> is there for completeness and does not do anything
+ except it overrides <tt>-h</tt> given earlier on the command
+ line.
+</p>
+</dd>
+<dt>
--full-name
</dt>
<dd>
@@ -471,7 +483,7 @@ revamped by Junio C Hamano.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 13-Aug-2006 07:47:32 UTC
+Last updated 16-Sep-2006 18:15:57 UTC
</div>
</div>
</body>