summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-23 14:32:46 -0700
committerJunio C Hamano <gitster@pobox.com>2015-03-23 14:32:46 -0700
commit322c6244651c408d924f71f73effd8ed833916d3 (patch)
tree6e8cf8d283e2a923cc330b4b64eeb3c972341edd /git-send-email.html
parent0762262193bb8a218def4fd749a68476d5337b5d (diff)
downloadgit-htmldocs-322c6244651c408d924f71f73effd8ed833916d3.tar.gz
Autogenerated HTML docs for v2.3.4-263-gf53fc
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html52
1 files changed, 26 insertions, 26 deletions
diff --git a/git-send-email.html b/git-send-email.html
index ba4fd5aa1..0e0add7ab 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -797,7 +797,7 @@ and the "Subject:" of the message as the second line.</p></div>
<p>
Review and edit each patch you&#8217;re about to send. Default is the value
of <em>sendemail.annotate</em>. See the CONFIGURATION section for
- <em>sendemail.multiedit</em>.
+ <em>sendemail.multiEdit</em>.
</p>
</dd>
<dt class="hdlist1">
@@ -834,7 +834,7 @@ In-Reply-To headers specified in the message. If the body of the message
(or Git: prefixed) lines, the summary won&#8217;t be sent, but From, Subject,
and In-Reply-To headers will be used unless they are removed.</p></div>
<div class="paragraph"><p>Missing From or In-Reply-To headers will be prompted for.</p></div>
-<div class="paragraph"><p>See the CONFIGURATION section for <em>sendemail.multiedit</em>.</p></div>
+<div class="paragraph"><p>See the CONFIGURATION section for <em>sendemail.multiEdit</em>.</p></div>
</dd>
<dt class="hdlist1">
--from=&lt;address&gt;
@@ -963,7 +963,7 @@ is not set, this will be prompted for.</p></div>
subscribed to a list. In order to use the <em>From</em> address, set the
value to "auto". If you use the sendmail binary, you must have
suitable privileges for the -f parameter. Default is the value of the
- <em>sendemail.envelopesender</em> configuration variable; if that is
+ <em>sendemail.envelopeSender</em> configuration variable; if that is
unspecified, choosing the envelope sender is left to your MTA.
</p>
</dd>
@@ -974,7 +974,7 @@ is not set, this will be prompted for.</p></div>
<p>
Specify the encryption to use, either <em>ssl</em> or <em>tls</em>. Any other
value reverts to plain SMTP. Default is the value of
- <em>sendemail.smtpencryption</em>.
+ <em>sendemail.smtpEncryption</em>.
</p>
</dd>
<dt class="hdlist1">
@@ -986,7 +986,7 @@ is not set, this will be prompted for.</p></div>
HELO/EHLO command to the SMTP server. Some servers require the
FQDN to match your IP address. If not set, git send-email attempts
to determine your FQDN automatically. Default is the value of
- <em>sendemail.smtpdomain</em>.
+ <em>sendemail.smtpDomain</em>.
</p>
</dd>
<dt class="hdlist1">
@@ -996,13 +996,13 @@ is not set, this will be prompted for.</p></div>
<p>
Password for SMTP-AUTH. The argument is optional: If no
argument is specified, then the empty string is used as
- the password. Default is the value of <em>sendemail.smtppass</em>,
+ the password. Default is the value of <em>sendemail.smtpPass</em>,
however <em>--smtp-pass</em> always overrides this value.
</p>
<div class="paragraph"><p>Furthermore, passwords need not be specified in configuration files
or on the command line. If a username has been specified (with
-<em>--smtp-user</em> or a <em>sendemail.smtpuser</em>), but no password has been
-specified (with <em>--smtp-pass</em> or <em>sendemail.smtppass</em>), then
+<em>--smtp-user</em> or a <em>sendemail.smtpUser</em>), but no password has been
+specified (with <em>--smtp-pass</em> or <em>sendemail.smtpPass</em>), then
a password is obtained using <em>git-credential</em>.</p></div>
</dd>
<dt class="hdlist1">
@@ -1014,7 +1014,7 @@ a password is obtained using <em>git-credential</em>.</p></div>
<code>smtp.example.com</code> or a raw IP address). Alternatively it can
specify a full pathname of a sendmail-like program instead;
the program must support the <code>-i</code> option. Default value can
- be specified by the <em>sendemail.smtpserver</em> configuration
+ be specified by the <em>sendemail.smtpServer</em> configuration
option; the built-in default is <code>/usr/sbin/sendmail</code> or
<code>/usr/lib/sendmail</code> if such program is available, or
<code>localhost</code> otherwise.
@@ -1030,7 +1030,7 @@ a password is obtained using <em>git-credential</em>.</p></div>
submission port 587, or the common SSL smtp port 465);
symbolic port names (e.g. "submission" instead of 587)
are also accepted. The port can also be set with the
- <em>sendemail.smtpserverport</em> configuration variable.
+ <em>sendemail.smtpServerPort</em> configuration variable.
</p>
</dd>
<dt class="hdlist1">
@@ -1039,7 +1039,7 @@ a password is obtained using <em>git-credential</em>.</p></div>
<dd>
<p>
If set, specifies the outgoing SMTP server option to use.
- Default value can be specified by the <em>sendemail.smtpserveroption</em>
+ Default value can be specified by the <em>sendemail.smtpServerOption</em>
configuration option.
</p>
<div class="paragraph"><p>The --smtp-server-option option must be repeated for each option you want
@@ -1075,8 +1075,8 @@ must be used for each option.</p></div>
</dt>
<dd>
<p>
- Username for SMTP-AUTH. Default is the value of <em>sendemail.smtpuser</em>;
- if a username is not specified (with <em>--smtp-user</em> or <em>sendemail.smtpuser</em>),
+ Username for SMTP-AUTH. Default is the value of <em>sendemail.smtpUser</em>;
+ if a username is not specified (with <em>--smtp-user</em> or <em>sendemail.smtpUser</em>),
then authentication is not attempted.
</p>
</dd>
@@ -1114,7 +1114,7 @@ must be used for each option.</p></div>
Specify a command to execute once per patch file which
should generate patch file specific "Cc:" entries.
Output of this command must be single email address per line.
- Default is the value of <em>sendemail.cccmd</em> configuration value.
+ Default is the value of <em>sendemail.ccCmd</em> configuration value.
</p>
</dd>
<dt class="hdlist1">
@@ -1126,7 +1126,7 @@ must be used for each option.</p></div>
email sent. If disabled with "--no-chain-reply-to", all emails after
the first will be sent as replies to the first email sent. When using
this, it is recommended that the first file given be an overview of the
- entire patch series. Disabled by default, but the <em>sendemail.chainreplyto</em>
+ entire patch series. Disabled by default, but the <em>sendemail.chainReplyTo</em>
configuration variable can be used to enable it.
</p>
</dd>
@@ -1239,7 +1239,7 @@ specified, as well as <em>body</em> if --no-signed-off-cc is specified.</p></div
<dd>
<p>
If this is set, do not add the From: address to the cc: list.
- Default is the value of <em>sendemail.suppressfrom</em> configuration
+ Default is the value of <em>sendemail.suppressFrom</em> configuration
value; if that is unspecified, default to --no-suppress-from.
</p>
</dd>
@@ -1378,25 +1378,25 @@ default to <em>--validate</em>.</p></div>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
-sendemail.aliasesfile
+sendemail.aliasesFile
</dt>
<dd>
<p>
To avoid typing long email addresses, point this to one or more
- email aliases files. You must also supply <em>sendemail.aliasfiletype</em>.
+ email aliases files. You must also supply <em>sendemail.aliasFileType</em>.
</p>
</dd>
<dt class="hdlist1">
-sendemail.aliasfiletype
+sendemail.aliasFileType
</dt>
<dd>
<p>
- Format of the file(s) specified in sendemail.aliasesfile. Must be
+ Format of the file(s) specified in sendemail.aliasesFile. Must be
one of <em>mutt</em>, <em>mailrc</em>, <em>pine</em>, <em>elm</em>, or <em>gnus</em>.
</p>
</dd>
<dt class="hdlist1">
-sendemail.multiedit
+sendemail.multiEdit
</dt>
<dd>
<p>
@@ -1429,10 +1429,10 @@ edit ~/.gitconfig to specify your account settings:</p></div>
<div class="literalblock">
<div class="content">
<pre><code>[sendemail]
- smtpencryption = tls
- smtpserver = smtp.gmail.com
- smtpuser = yourname@gmail.com
- smtpserverport = 587</code></pre>
+ smtpEncryption = tls
+ smtpServer = smtp.gmail.com
+ smtpUser = yourname@gmail.com
+ smtpServerPort = 587</code></pre>
</div></div>
<div class="paragraph"><p>Once your commits are ready to be sent to the mailing list, run the
following commands:</p></div>
@@ -1463,7 +1463,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-01-14 14:00:12 PST
+Last updated 2015-03-23 14:31:16 PDT
</div>
</div>
</body>