Autogenerated HTML docs for v1.4.2.1-ge767
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 16 Sep 2006 18:16:04 +0000 (18:16 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 16 Sep 2006 18:16:04 +0000 (18:16 +0000)
git-grep.html
git-grep.txt

index ead34076955fd3af6f262ebb9d482ea81d84e224..b0829bb5a404410ad5eeb432cf0dcdb77918230a 100644 (file)
@@ -275,7 +275,7 @@ git-grep(1) Manual Page
 <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
@@ -337,6 +337,18 @@ registered in the index file, or given tree objects.</p>
 </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
@@ -471,7 +483,7 @@ revamped by Junio C Hamano.</p>
 </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
index 7545dd9a3e6c3cc16fd46e44830af4767978d2be..d8af4d961b83e362b83f25b21d40f9d54ed4bc11 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 [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]
@@ -47,6 +47,13 @@ OPTIONS
 -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