</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
</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
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
</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
<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
</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
SYNOPSIS
--------
-'git-gc' [--prune] [--aggressive] [--auto]
+'git-gc' [--prune] [--aggressive] [--auto] [--quiet]
DESCRIPTION
-----------
`git-repack`. Setting `gc.autopacklimit` to 0 disables
automatic consolidation of packs.
+--quiet::
+ Suppress all progress reports.
+
Configuration
-------------