From: Junio C Hamano Date: Thu, 20 Mar 2008 08:46:04 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.5-rc0-21-g740fd X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d04b60c1a05177c2a90ddf9bada3d4ae7af63db7;p=git.git Autogenerated HTML docs for v1.5.5-rc0-21-g740fd --- diff --git a/git-gc.html b/git-gc.html index 5814d4b14..35756909b 100644 --- a/git-gc.html +++ b/git-gc.html @@ -282,8 +282,14 @@ performance) and removing unreachable objects which may have been created from prior invocations of 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

@@ -385,7 +391,7 @@ default is "2 weeks ago".

diff --git a/git-gc.txt b/git-gc.txt index 229a7c9b3..d424a4ecb 100644 --- a/git-gc.txt +++ b/git-gc.txt @@ -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 ------- diff --git a/git-send-email.html b/git-send-email.html index fc370192e..5e266a295 100644 --- a/git-send-email.html +++ b/git-send-email.html @@ -636,6 +636,14 @@ sendemail.smtpserver

+sendemail.smtpserverport +
+
+

+ Default SMTP server port to use. +

+
+
sendemail.smtpuser
@@ -677,7 +685,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.

diff --git a/git-send-email.txt b/git-send-email.txt index 336d797e8..9d0a10c56 100644 --- a/git-send-email.txt +++ b/git-send-email.txt @@ -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.