summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-06-27 11:05:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-06-27 11:05:05 -0700
commit042f2148898f2f73342c586887b252715dd8af8a (patch)
tree186d91f728919ef22f36d69ad4f555e3cb5277ff /git-send-email.html
parentfedb1b428f68e8626c38f0aef57a8379e58f3241 (diff)
downloadgit-htmldocs-042f2148898f2f73342c586887b252715dd8af8a.tar.gz
Autogenerated HTML docs for v2.9.0-137-gcf4c2
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html64
1 files changed, 32 insertions, 32 deletions
diff --git a/git-send-email.html b/git-send-email.html
index f5aabf470..5bb3b46c5 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -797,8 +797,8 @@ and the "Subject:" of the message as the second line.</p></div>
<dd>
<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>.
+ of <code>sendemail.annotate</code>. See the CONFIGURATION section for
+ <code>sendemail.multiEdit</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -807,7 +807,7 @@ and the "Subject:" of the message as the second line.</p></div>
<dd>
<p>
Specify a "Bcc:" value for each email. Default is the value of
- <em>sendemail.bcc</em>.
+ <code>sendemail.bcc</code>.
</p>
<div class="paragraph"><p>This option may be specified multiple times.</p></div>
</dd>
@@ -817,7 +817,7 @@ and the "Subject:" of the message as the second line.</p></div>
<dd>
<p>
Specify a starting "Cc:" value for each email.
- Default is the value of <em>sendemail.cc</em>.
+ Default is the value of <code>sendemail.cc</code>.
</p>
<div class="paragraph"><p>This option may be specified multiple times.</p></div>
</dd>
@@ -835,7 +835,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 <code>sendemail.multiEdit</code>.</p></div>
</dd>
<dt class="hdlist1">
--from=&lt;address&gt;
@@ -843,8 +843,8 @@ and In-Reply-To headers will be used unless they are removed.</p></div>
<dd>
<p>
Specify the sender of the emails. If not specified on the command line,
- the value of the <em>sendemail.from</em> configuration option is used. If
- neither the command-line option nor <em>sendemail.from</em> are set, then the
+ the value of the <code>sendemail.from</code> configuration option is used. If
+ neither the command-line option nor <code>sendemail.from</code> are set, then the
user will be prompted for the value. The default for the prompt will be
the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that is not
set, as returned by "git var -l".
@@ -894,7 +894,7 @@ is not set, this will be prompted for.</p></div>
<p>
Specify the primary recipient of the emails generated. Generally, this
will be the upstream maintainer of the project involved. Default is the
- value of the <em>sendemail.to</em> configuration value; if that is unspecified,
+ value of the <code>sendemail.to</code> configuration value; if that is unspecified,
and --to-cmd is not specified, this will be prompted for.
</p>
<div class="paragraph"><p>This option may be specified multiple times.</p></div>
@@ -931,7 +931,7 @@ is not set, this will be prompted for.</p></div>
can be useful when the repository contains files that contain carriage
returns, but makes the raw patch email file (as saved from a MUA) much
harder to inspect manually. base64 is even more fool proof, but also
- even more opaque. Default is the value of the <em>sendemail.transferEncoding</em>
+ even more opaque. Default is the value of the <code>sendemail.transferEncoding</code>
configuration value; if that is unspecified, git will use 8bit and not
add a Content-Transfer-Encoding header.
</p>
@@ -964,7 +964,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
+ <code>sendemail.envelopeSender</code> configuration variable; if that is
unspecified, choosing the envelope sender is left to your MTA.
</p>
</dd>
@@ -975,7 +975,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>.
+ <code>sendemail.smtpEncryption</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -987,7 +987,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>.
+ <code>sendemail.smtpDomain</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -1014,13 +1014,13 @@ is specified, all mechanisms supported by the SASL library can be used.</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 <code>sendemail.smtpPass</code>,
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 <code>sendemail.smtpUser</code>), but no password has been
+specified (with <em>--smtp-pass</em> or <code>sendemail.smtpPass</code>), then
a password is obtained using <em>git-credential</em>.</p></div>
</dd>
<dt class="hdlist1">
@@ -1032,7 +1032,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 <code>sendemail.smtpServer</code> 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.
@@ -1048,7 +1048,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.
+ <code>sendemail.smtpServerPort</code> configuration variable.
</p>
</dd>
<dt class="hdlist1">
@@ -1057,7 +1057,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 <code>sendemail.smtpServerOption</code>
configuration option.
</p>
<div class="paragraph"><p>The --smtp-server-option option must be repeated for each option you want
@@ -1083,7 +1083,7 @@ must be used for each option.</p></div>
certificates concatenated together: see verify(1) -CAfile and
-CApath for more information on these). Set it to an empty string
to disable certificate verification. Defaults to the value of the
- <em>sendemail.smtpsslcertpath</em> configuration variable, if set, or the
+ <code>sendemail.smtpsslcertpath</code> configuration variable, if set, or the
backing SSL library&#8217;s compiled-in default otherwise (which should
be the best choice on most platforms).
</p>
@@ -1093,8 +1093,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 <code>sendemail.smtpUser</code>;
+ if a username is not specified (with <em>--smtp-user</em> or <code>sendemail.smtpUser</code>),
then authentication is not attempted.
</p>
</dd>
@@ -1132,7 +1132,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 <code>sendemail.ccCmd</code> configuration value.
</p>
</dd>
<dt class="hdlist1">
@@ -1144,7 +1144,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 <code>sendemail.chainReplyTo</code>
configuration variable can be used to enable it.
</p>
</dd>
@@ -1156,7 +1156,7 @@ must be used for each option.</p></div>
A configuration identity. When given, causes values in the
<em>sendemail.&lt;identity&gt;</em> subsection to take precedence over
values in the <em>sendemail</em> section. The default identity is
- the value of <em>sendemail.identity</em>.
+ the value of <code>sendemail.identity</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -1165,7 +1165,7 @@ must be used for each option.</p></div>
<dd>
<p>
If this is set, add emails found in Signed-off-by: or Cc: lines to the
- cc list. Default is the value of <em>sendemail.signedoffbycc</em> configuration
+ cc list. Default is the value of <code>sendemail.signedoffbycc</code> configuration
value; if that is unspecified, default to --signed-off-by-cc.
</p>
</dd>
@@ -1247,7 +1247,7 @@ must be used for each option.</p></div>
</li>
</ul></div>
</div></div>
-<div class="paragraph"><p>Default is the value of <em>sendemail.suppresscc</em> configuration value; if
+<div class="paragraph"><p>Default is the value of <code>sendemail.suppresscc</code> configuration value; if
that is unspecified, default to <em>self</em> if --suppress-from is
specified, as well as <em>body</em> if --no-signed-off-cc is specified.</p></div>
</dd>
@@ -1257,7 +1257,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 <code>sendemail.suppressFrom</code> configuration
value; if that is unspecified, default to --no-suppress-from.
</p>
</dd>
@@ -1274,7 +1274,7 @@ specified, as well as <em>body</em> if --no-signed-off-cc is specified.</p></div
</p>
<div class="paragraph"><p>If disabled with "--no-thread", those headers will not be added
(unless specified with --in-reply-to). Default is the value of the
-<em>sendemail.thread</em> configuration value; if that is unspecified,
+<code>sendemail.thread</code> configuration value; if that is unspecified,
default to --thread.</p></div>
<div class="paragraph"><p>It is up to the user to ensure that no In-Reply-To header already
exists when <em>git send-email</em> is asked to add it (especially note that
@@ -1325,7 +1325,7 @@ recipient&#8217;s MUA.</p></div>
</li>
</ul></div>
</div></div>
-<div class="paragraph"><p>Default is the value of <em>sendemail.confirm</em> configuration value; if that
+<div class="paragraph"><p>Default is the value of <code>sendemail.confirm</code> configuration value; if that
is unspecified, default to <em>auto</em> unless any of the suppress options
have been specified, in which case default to <em>compose</em>.</p></div>
</dd>
@@ -1376,7 +1376,7 @@ Warn of patches that contain lines longer than 998 characters; this
</li>
</ul></div>
</div></div>
-<div class="paragraph"><p>Default is the value of <em>sendemail.validate</em>; if this is not set,
+<div class="paragraph"><p>Default is the value of <code>sendemail.validate</code>; if this is not set,
default to <em>--validate</em>.</p></div>
</dd>
<dt class="hdlist1">
@@ -1417,7 +1417,7 @@ sendemail.aliasesFile
<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 <code>sendemail.aliasFileType</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -1550,7 +1550,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-06-03 16:34:32 PDT
+Last updated 2016-06-27 11:04:05 PDT
</div>
</div>
</body>