Autogenerated HTML docs for v1.5.5-rc0-21-g740fd
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 20 Mar 2008 08:46:04 +0000 (08:46 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 20 Mar 2008 08:46:04 +0000 (08:46 +0000)
git-gc.html
git-gc.txt
git-send-email.html
git-send-email.txt

index 5814d4b..3575690 100644 (file)
@@ -282,8 +282,14 @@ performance) and removing unreachable objects which may have been
 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
@@ -385,7 +391,7 @@ default is "2 weeks ago".</p>
 </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
index 229a7c9..d424a4e 100644 (file)
@@ -19,8 +19,15 @@ created from prior invocations of linkgit:git-add[1].
 
 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
 -------
index fc37019..5e266a2 100644 (file)
@@ -636,6 +636,14 @@ sendemail.smtpserver
 </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
@@ -677,7 +685,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
 </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
index 336d797..9d0a10c 100644 (file)
@@ -216,6 +216,9 @@ sendemail.chainreplyto::
 sendemail.smtpserver::
        Default SMTP server to use.
 
+sendemail.smtpserverport::
+       Default SMTP server port to use.
+
 sendemail.smtpuser::
        Default SMTP-AUTH username.