@@ -138,7 +138,7 @@ Note that no attempts whatsoever are made to validate the encoding.
138
138
139
139
--compose-encoding=<encoding>::
140
140
Specify encoding of compose message. Default is the value of the
141
- 'sendemail.composeencoding '; if that is unspecified, UTF-8 is assumed.
141
+ 'sendemail.composeEncoding '; if that is unspecified, UTF-8 is assumed.
142
142
143
143
--transfer-encoding=(7bit|8bit|quoted-printable|base64|auto)::
144
144
Specify the transfer encoding to be used to send the message over SMTP.
@@ -174,7 +174,7 @@ Sending
174
174
Specify a command to run to send the email. The command should
175
175
be sendmail-like; specifically, it must support the `-i` option.
176
176
The command will be executed in the shell if necessary. Default
177
- is the value of `sendemail.sendmailcmd `. If unspecified, and if
177
+ is the value of `sendemail.sendmailCmd `. If unspecified, and if
178
178
--smtp-server is also unspecified, git-send-email will search
179
179
for `sendmail` in `/usr/sbin`, `/usr/lib` and $PATH.
180
180
@@ -269,7 +269,7 @@ must be used for each option.
269
269
certificates concatenated together: see verify(1) -CAfile and
270
270
-CApath for more information on these). Set it to an empty string
271
271
to disable certificate verification. Defaults to the value of the
272
- `sendemail.smtpsslcertpath ` configuration variable, if set, or the
272
+ `sendemail.smtpSSLCertPath ` configuration variable, if set, or the
273
273
backing SSL library's compiled-in default otherwise (which should
274
274
be the best choice on most platforms).
275
275
@@ -313,7 +313,7 @@ Automating
313
313
Specify a command to execute once per patch file which
314
314
should generate patch file specific "To:" entries.
315
315
Output of this command must be single email address per line.
316
- Default is the value of 'sendemail.tocmd ' configuration value.
316
+ Default is the value of 'sendemail.toCmd ' configuration value.
317
317
318
318
--cc-cmd=<command>::
319
319
Specify a command to execute once per patch file which
@@ -348,19 +348,19 @@ Automating
348
348
349
349
--[no-]signed-off-by-cc::
350
350
If this is set, add emails found in the `Signed-off-by` trailer or Cc: lines to the
351
- cc list. Default is the value of `sendemail.signedoffbycc ` configuration
351
+ cc list. Default is the value of `sendemail.signedOffByCc ` configuration
352
352
value; if that is unspecified, default to --signed-off-by-cc.
353
353
354
354
--[no-]cc-cover::
355
355
If this is set, emails found in Cc: headers in the first patch of
356
356
the series (typically the cover letter) are added to the cc list
357
- for each email set. Default is the value of 'sendemail.cccover '
357
+ for each email set. Default is the value of 'sendemail.ccCover '
358
358
configuration value; if that is unspecified, default to --no-cc-cover.
359
359
360
360
--[no-]to-cover::
361
361
If this is set, emails found in To: headers in the first patch of
362
362
the series (typically the cover letter) are added to the to list
363
- for each email set. Default is the value of 'sendemail.tocover '
363
+ for each email set. Default is the value of 'sendemail.toCover '
364
364
configuration value; if that is unspecified, default to --no-to-cover.
365
365
366
366
--suppress-cc=<category>::
@@ -384,7 +384,7 @@ Automating
384
384
- 'all' will suppress all auto cc values.
385
385
--
386
386
+
387
- Default is the value of `sendemail.suppresscc ` configuration value; if
387
+ Default is the value of `sendemail.suppressCc ` configuration value; if
388
388
that is unspecified, default to 'self' if --suppress-from is
389
389
specified, as well as 'body' if --no-signed-off-cc is specified.
390
390
@@ -471,7 +471,7 @@ Information
471
471
Instead of the normal operation, dump the shorthand alias names from
472
472
the configured alias file(s), one per line in alphabetical order. Note
473
473
that this only includes the alias name and not its expanded email addresses.
474
- See 'sendemail.aliasesfile ' for more information about aliases.
474
+ See 'sendemail.aliasesFile ' for more information about aliases.
475
475
476
476
477
477
CONFIGURATION
0 commit comments