Autogenerated HTML docs for v1.5.4.2-197-g22c43
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 22 Feb 2008 22:57:06 +0000 (22:57 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 22 Feb 2008 22:57:06 +0000 (22:57 +0000)
git-grep.html
git-grep.txt
git-merge-index.html
git-merge-index.txt

index d96f52d..ea36982 100644 (file)
@@ -395,12 +395,14 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--l | --files-with-matches | -L | --files-without-match\r
+-l | --files-with-matches | --name-only | -L | --files-without-match\r
 </dt>\r
 <dd>\r
 <p>\r
         Instead of showing every matched line, show only the\r
         names of files that contain (or do not contain) matches.\r
+        For better compatability with git-diff, --name-only is a\r
+        synonym for --files-with-matches.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -528,7 +530,7 @@ revamped by Junio C Hamano.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:23 UTC\r
+Last updated 22-Feb-2008 22:56:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f3cb24f..71a7335 100644 (file)
@@ -75,9 +75,11 @@ OPTIONS
 -n::
        Prefix the line number to matching lines.
 
--l | --files-with-matches | -L | --files-without-match::
+-l | --files-with-matches | --name-only | -L | --files-without-match::
        Instead of showing every matched line, show only the
        names of files that contain (or do not contain) matches.
+       For better compatability with git-diff, --name-only is a
+       synonym for --files-with-matches.
 
 -c | --count::
        Instead of showing every matched line, show the number of
index 95c3d3d..f8ce82b 100644 (file)
@@ -272,7 +272,7 @@ git-merge-index(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-merge-index</em> [-o] [-q] &lt;merge-program&gt; (-a | -- | &lt;file&gt;*)</p>\r
+<p><em>git-merge-index</em> [-o] [-q] &lt;merge-program&gt; (-a | [--] &lt;file&gt;*)</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -372,7 +372,7 @@ One-shot merge by Petr Baudis &lt;pasky@ucw.cz&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:31 UTC\r
+Last updated 22-Feb-2008 22:56:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5d816d0..19ee017 100644 (file)
@@ -8,7 +8,7 @@ git-merge-index - Run a merge for files needing merging
 
 SYNOPSIS
 --------
-'git-merge-index' [-o] [-q] <merge-program> (-a | \-- | <file>\*)
+'git-merge-index' [-o] [-q] <merge-program> (-a | [--] <file>\*)
 
 DESCRIPTION
 -----------