summaryrefslogtreecommitdiffstats
path: root/man1/git-send-email.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-send-email.1')
-rw-r--r--man1/git-send-email.132
1 files changed, 16 insertions, 16 deletions
diff --git a/man1/git-send-email.1 b/man1/git-send-email.1
index 369f56a00..903d8ac0b 100644
--- a/man1/git-send-email.1
+++ b/man1/git-send-email.1
@@ -2,12 +2,12 @@
.\" Title: git-send-email
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-02-27
+.\" Date: 2024-03-01
.\" Manual: Git Manual
-.\" Source: Git 2.44.0.53.g0f9d4d28b7
+.\" Source: Git 2.44.0.84.gb387623c12
.\" Language: English
.\"
-.TH "GIT\-SEND\-EMAIL" "1" "2024\-02\-27" "Git 2\&.44\&.0\&.53\&.g0f9d4d2" "Git Manual"
+.TH "GIT\-SEND\-EMAIL" "1" "2024\-03\-01" "Git 2\&.44\&.0\&.84\&.gb387623" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -189,7 +189,7 @@ Note that no attempts whatsoever are made to validate the encoding\&.
\-\-compose\-encoding=<encoding>
.RS 4
Specify encoding of compose message\&. Default is the value of the
-\fIsendemail\&.composeencoding\fR; if that is unspecified, UTF\-8 is assumed\&.
+\fIsendemail\&.composeEncoding\fR; if that is unspecified, UTF\-8 is assumed\&.
.RE
.PP
\-\-transfer\-encoding=(7bit|8bit|quoted\-printable|base64|auto)
@@ -225,7 +225,7 @@ configuration variable; if that is unspecified, choosing the envelope sender is
Specify a command to run to send the email\&. The command should be sendmail\-like; specifically, it must support the
\fB\-i\fR
option\&. The command will be executed in the shell if necessary\&. Default is the value of
-\fBsendemail\&.sendmailcmd\fR\&. If unspecified, and if \-\-smtp\-server is also unspecified, git\-send\-email will search for
+\fBsendemail\&.sendmailCmd\fR\&. If unspecified, and if \-\-smtp\-server is also unspecified, git\-send\-email will search for
\fBsendmail\fR
in
\fB/usr/sbin\fR,
@@ -349,7 +349,7 @@ Legacy alias for
.RS 4
Path to a store of trusted CA certificates for SMTP SSL/TLS certificate validation (either a directory that has been processed by
\fIc_rehash\fR, or a single file containing one or more PEM format 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
-\fBsendemail\&.smtpsslcertpath\fR
+\fBsendemail\&.smtpSSLCertPath\fR
configuration variable, if set, or the backing SSL library\(cqs compiled\-in default otherwise (which should be the best choice on most platforms)\&.
.RE
.PP
@@ -397,7 +397,7 @@ set via config, if any\&.
\-\-to\-cmd=<command>
.RS 4
Specify a command to execute once per patch file which should generate patch file specific "To:" entries\&. Output of this command must be single email address per line\&. Default is the value of
-\fIsendemail\&.tocmd\fR
+\fIsendemail\&.toCmd\fR
configuration value\&.
.RE
.PP
@@ -444,21 +444,21 @@ section\&. The default identity is the value of
If this is set, add emails found in the
\fBSigned\-off\-by\fR
trailer or Cc: lines to the cc list\&. Default is the value of
-\fBsendemail\&.signedoffbycc\fR
+\fBsendemail\&.signedOffByCc\fR
configuration value; if that is unspecified, default to \-\-signed\-off\-by\-cc\&.
.RE
.PP
\-\-[no\-]cc\-cover
.RS 4
If this is set, emails found in Cc: headers in the first patch of the series (typically the cover letter) are added to the cc list for each email set\&. Default is the value of
-\fIsendemail\&.cccover\fR
+\fIsendemail\&.ccCover\fR
configuration value; if that is unspecified, default to \-\-no\-cc\-cover\&.
.RE
.PP
\-\-[no\-]to\-cover
.RS 4
If this is set, emails found in To: headers in the first patch of the series (typically the cover letter) are added to the to list for each email set\&. Default is the value of
-\fIsendemail\&.tocover\fR
+\fIsendemail\&.toCover\fR
configuration value; if that is unspecified, default to \-\-no\-to\-cover\&.
.RE
.PP
@@ -588,7 +588,7 @@ will suppress all auto cc values\&.
.RE
.sp
Default is the value of
-\fBsendemail\&.suppresscc\fR
+\fBsendemail\&.suppressCc\fR
configuration value; if that is unspecified, default to
\fIself\fR
if \-\-suppress\-from is specified, as well as
@@ -757,7 +757,7 @@ Send emails even if safety checks would prevent it\&.
\-\-dump\-aliases
.RS 4
Instead of the normal operation, dump the shorthand alias names from the configured alias file(s), one per line in alphabetical order\&. Note that this only includes the alias name and not its expanded email addresses\&. See
-\fIsendemail\&.aliasesfile\fR
+\fIsendemail\&.aliasesFile\fR
for more information about aliases\&.
.RE
.SH "CONFIGURATION"
@@ -783,7 +783,7 @@ for description\&. Note that this setting is not subject to the
mechanism\&.
.RE
.PP
-sendemail\&.smtpsslcertpath
+sendemail\&.smtpSSLCertPath
.RS 4
Path to ca\-certificates (either a directory or a single file)\&. Set it to an empty string to disable certificate verification\&.
.RE
@@ -888,17 +888,17 @@ Warnings are printed on the standard error output for any explicitly unsupported
.RE
.RE
.PP
-sendemail\&.annotate, sendemail\&.bcc, sendemail\&.cc, sendemail\&.ccCmd, sendemail\&.chainReplyTo, sendemail\&.envelopeSender, sendemail\&.from, sendemail\&.headerCmd, sendemail\&.signedoffbycc, sendemail\&.smtpPass, sendemail\&.suppresscc, sendemail\&.suppressFrom, sendemail\&.to, sendemail\&.tocmd, sendemail\&.smtpDomain, sendemail\&.smtpServer, sendemail\&.smtpServerPort, sendemail\&.smtpServerOption, sendemail\&.smtpUser, sendemail\&.thread, sendemail\&.transferEncoding, sendemail\&.validate, sendemail\&.xmailer
+sendemail\&.annotate, sendemail\&.bcc, sendemail\&.cc, sendemail\&.ccCmd, sendemail\&.chainReplyTo, sendemail\&.envelopeSender, sendemail\&.from, sendemail\&.headerCmd, sendemail\&.signedOffByCc, sendemail\&.smtpPass, sendemail\&.suppressCc, sendemail\&.suppressFrom, sendemail\&.to, sendemail\&.toCmd, sendemail\&.smtpDomain, sendemail\&.smtpServer, sendemail\&.smtpServerPort, sendemail\&.smtpServerOption, sendemail\&.smtpUser, sendemail\&.thread, sendemail\&.transferEncoding, sendemail\&.validate, sendemail\&.xmailer
.RS 4
These configuration variables all provide a default for
\fBgit-send-email\fR(1)
command\-line options\&. See its documentation for details\&.
.RE
.PP
-sendemail\&.signedoffcc (deprecated)
+sendemail\&.signedOffCc (deprecated)
.RS 4
Deprecated alias for
-\fBsendemail\&.signedoffbycc\fR\&.
+\fBsendemail\&.signedOffByCc\fR\&.
.RE
.PP
sendemail\&.smtpBatchSize