1
1
sendemail.identity::
2
2
A configuration identity. When given, causes values in the
3
- ' sendemail.<identity>' subsection to take precedence over
4
- values in the ' sendemail' section. The default identity is
3
+ ` sendemail.<identity>` subsection to take precedence over
4
+ values in the ` sendemail` section. The default identity is
5
5
the value of `sendemail.identity` .
6
6
7
7
sendemail.smtpEncryption::
8
8
See linkgit:git-send-email[1] for description. Note that this
9
- setting is not subject to the ' identity' mechanism.
9
+ setting is not subject to the ` identity` mechanism.
10
10
11
11
sendemail.smtpSSLCertPath::
12
12
Path to ca-certificates (either a directory or a single file).
13
13
Set it to an empty string to disable certificate verification.
14
14
15
15
sendemail.<identity >.*::
16
- Identity-specific versions of the ' sendemail.* ' parameters
16
+ Identity-specific versions of the ` sendemail.* ` parameters
17
17
found below, taking precedence over those when this
18
18
identity is selected, through either the command-line or
19
19
`sendemail.identity` .
20
20
21
21
sendemail.multiEdit::
22
- If true (default), a single editor instance will be spawned to edit
22
+ If ` true` (default), a single editor instance will be spawned to edit
23
23
files you have to edit (patches when `--annotate` is used, and the
24
- summary when `--compose` is used). If false, files will be edited one
24
+ summary when `--compose` is used). If ` false` , files will be edited one
25
25
after the other, spawning a new editor each time.
26
26
27
27
sendemail.confirm::
28
28
Sets the default for whether to confirm before sending. Must be
29
- one of ' always' , ' never' , 'cc' , ' compose' , or ' auto' . See `--confirm`
29
+ one of ` always` , ` never` , `cc` , ` compose` , or ` auto` . See `--confirm`
30
30
in the linkgit:git-send-email[1] documentation for the meaning of these
31
31
values.
32
32
@@ -51,7 +51,7 @@ sendemail.aliasesFile::
51
51
52
52
sendemail.aliasFileType::
53
53
Format of the file(s) specified in sendemail.aliasesFile. Must be
54
- one of ' mutt' , ' mailrc' , ' pine' , ' elm' , ' gnus' , or ' sendmail' .
54
+ one of ` mutt` , ` mailrc` , ` pine` , ` elm` , ` gnus` , or ` sendmail` .
55
55
+
56
56
What an alias file in each format looks like can be found in
57
57
the documentation of the email program of the same name. The
@@ -101,7 +101,7 @@ sendemail.signedOffCc (deprecated)::
101
101
102
102
sendemail.smtpBatchSize::
103
103
Number of messages to be sent per connection, after that a relogin
104
- will happen. If the value is 0 or undefined, send all messages in
104
+ will happen. If the value is `0` or undefined, send all messages in
105
105
one connection.
106
106
See also the `--batch-size` option of linkgit:git-send-email[1].
107
107
@@ -111,5 +111,5 @@ sendemail.smtpReloginDelay::
111
111
112
112
sendemail.forbidSendmailVariables::
113
113
To avoid common misconfiguration mistakes, linkgit:git-send-email[1]
114
- will abort with a warning if any configuration options for " sendmail"
114
+ will abort with a warning if any configuration options for ` sendmail`
115
115
exist. Set this variable to bypass the check.
0 commit comments