created from prior invocations of <a href="git-add.html">git-add(1)</a>.</p>\r
<p>Users are encouraged to run this task on a regular basis within\r
each repository to maintain good disk space utilization and good\r
-operating performance. Some git commands may automatically run\r
-<tt>git-gc</tt>; see the <tt>--auto</tt> flag below for details.</p>\r
+operating performance.</p>\r
+<p>Some git commands may automatically run <tt>git-gc</tt>; see the <tt>--auto</tt> flag\r
+below for details. If you know what you're doing and all you want is to\r
+disable this behavior permanently without further considerations, just do:</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>$ git config --global gc.auto 0</tt></pre>\r
+</div></div>\r
</div>\r
<h2>OPTIONS</h2>\r
<div class="sectionbody">\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 13-Mar-2008 07:53:35 UTC\r
+Last updated 20-Mar-2008 08:45:34 UTC\r
</div>\r
</div>\r
</body>\r
Users are encouraged to run this task on a regular basis within
each repository to maintain good disk space utilization and good
-operating performance. Some git commands may automatically run
-`git-gc`; see the `--auto` flag below for details.
+operating performance.
+
+Some git commands may automatically run `git-gc`; see the `--auto` flag
+below for details. If you know what you're doing and all you want is to
+disable this behavior permanently without further considerations, just do:
+
+----------------------
+$ git config --global gc.auto 0
+----------------------
OPTIONS
-------
</p>\r
</dd>\r
<dt>\r
+sendemail.smtpserverport\r
+</dt>\r
+<dd>\r
+<p>\r
+ Default SMTP server port to use.\r
+</p>\r
+</dd>\r
+<dt>\r
sendemail.smtpuser\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 12-Feb-2008 03:18:06 UTC\r
+Last updated 20-Mar-2008 08:45:34 UTC\r
</div>\r
</div>\r
</body>\r
sendemail.smtpserver::
Default SMTP server to use.
+sendemail.smtpserverport::
+ Default SMTP server port to use.
+
sendemail.smtpuser::
Default SMTP-AUTH username.