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 e82deb9d6569a9ea754386147212743106fa8228..fe88297cb261826d9e9eb231adc57699a916dd89 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 877ab66ef5c032af09ace5597bac64fd7739f468..f0beb412e655f0e188b8a1427b41f72b6cc61239 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 897be72a65b88539a23dea77b09c23c58d75ec9f..2218816557f83d58f6de95f9fbe26dfa3e46ea5c 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 4b2dfefa6ac6088322f7928836e7bb59f27a51e2..2e7be916aa5dede578b181e06457189551c16240 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
 -------------