<div class="verseblock">\r
<div class="content"><em>git-grep</em> [--cached]\r
[-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp]\r
- [-v | --invert-match] [--full-name]\r
+ [-v | --invert-match] [-h|-H] [--full-name]\r
[-E | --extended-regexp] [-G | --basic-regexp] [-F | --fixed-strings]\r
[-n] [-l | --files-with-matches] [-L | --files-without-match]\r
[-c | --count]\r
</p>\r
</dd>\r
<dt>\r
+-h | -H\r
+</dt>\r
+<dd>\r
+<p>\r
+ By default, the command shows the filename for each\r
+ match. <tt>-h</tt> option is used to suppress this output.\r
+ <tt>-H</tt> is there for completeness and does not do anything\r
+ except it overrides <tt>-h</tt> given earlier on the command\r
+ line.\r
+</p>\r
+</dd>\r
+<dt>\r
--full-name\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 13-Aug-2006 07:47:32 UTC\r
+Last updated 16-Sep-2006 18:15:57 UTC\r
</div>\r
</div>\r
</body>\r
[verse]
'git-grep' [--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]
-v | --invert-match::
Select non-matching lines.
+-h | -H::
+ By default, the command shows the filename for each
+ match. `-h` option is used to suppress this output.
+ `-H` is there for completeness and does not do anything
+ except it overrides `-h` given earlier on the command
+ line.
+
--full-name::
When run from a subdirectory, the command usually
outputs paths relative to the current directory. This