Autogenerated HTML docs for v1.5.4.3-365-gc149
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 1 Mar 2008 18:42:18 +0000 (18:42 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 1 Mar 2008 18:42:18 +0000 (18:42 +0000)
git-cherry-pick.html
git-cherry-pick.txt
git-gc.html
git-gc.txt

index e82deb9..fe88297 100644 (file)
@@ -335,7 +335,7 @@ modifications from the HEAD commit).</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Usually you cannot revert a merge because you do not know which\r
+        Usually you cannot cherry-pick a merge because you do not know which\r
         side of the merge should be considered the mainline.  This\r
         option specifies the parent number (starting from 1) of\r
         the mainline and allows cherry-pick to replay the change\r
@@ -375,7 +375,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 21-Jan-2008 02:37:25 UTC\r
+Last updated 01-Mar-2008 18:41:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 877ab66..f0beb41 100644 (file)
@@ -45,7 +45,7 @@ OPTIONS
        default is not to do `-x` so this option is a no-op.
 
 -m parent-number|--mainline parent-number::
-       Usually you cannot revert a merge because you do not know which
+       Usually you cannot cherry-pick a merge because you do not know which
        side of the merge should be considered the mainline.  This
        option specifies the parent number (starting from 1) of
        the mainline and allows cherry-pick to replay the change
index 897be72..2218816 100644 (file)
@@ -272,7 +272,7 @@ git-gc(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-gc</em> [--prune] [--aggressive] [--auto]</p>\r
+<p><em>git-gc</em> [--prune] [--aggressive] [--auto] [--quiet]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -339,6 +339,14 @@ are consolidated into a single pack by using the <tt>-A</tt> option of
 <tt>git-repack</tt>. Setting <tt>gc.autopacklimit</tt> to 0 disables\r
 automatic consolidation of packs.</p>\r
 </dd>\r
+<dt>\r
+--quiet\r
+</dt>\r
+<dd>\r
+<p>\r
+        Suppress all progress reports.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Configuration</h2>\r
@@ -390,7 +398,7 @@ more details.  This defaults to 10.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 12-Jan-2008 06:43:55 UTC\r
+Last updated 01-Mar-2008 18:41:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4b2dfef..2e7be91 100644 (file)
@@ -8,7 +8,7 @@ git-gc - Cleanup unnecessary files and optimize the local repository
 
 SYNOPSIS
 --------
-'git-gc' [--prune] [--aggressive] [--auto]
+'git-gc' [--prune] [--aggressive] [--auto] [--quiet]
 
 DESCRIPTION
 -----------
@@ -63,6 +63,9 @@ are consolidated into a single pack by using the `-A` option of
 `git-repack`. Setting `gc.autopacklimit` to 0 disables
 automatic consolidation of packs.
 
+--quiet::
+       Suppress all progress reports.
+
 Configuration
 -------------