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 5814d4b1416d43883225b1993edd53fb929617cd..35756909b7754b7227988ff2f907e4754a7871ef 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 229a7c9b30482eb2d8729b581004bc776fa10edf..d424a4ecbe2c751550f50048e63ce640941a3ebb 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 fc370192e06d3a45c18bc45fc715fe35f3e37924..5e266a295e9cf6b24b1ba5e191f9b37a5a5151dd 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 336d797e80f5d2cc21b633588b3a3461a991ca71..9d0a10c562c40f0992eb1105cf7543b8813f11b5 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.