@@ -8,23 +8,23 @@ format.attach::
88
99format.from::
1010 Provides the default value for the `--from` option to format-patch.
11- Accepts a boolean value, or a name and email address. If false,
11+ Accepts a boolean value, or a name and email address. If ` false` ,
1212 format-patch defaults to `--no-from` , using commit authors directly in
13- the "From:" field of patch mails. If true, format-patch defaults to
13+ the "From:" field of patch mails. If ` true` , format-patch defaults to
1414 `--from` , using your committer identity in the "From:" field of patch
1515 mails and including a "From:" field in the body of the patch mail if
1616 different. If set to a non-boolean value, format-patch uses that
17- value instead of your committer identity. Defaults to false.
17+ value instead of your committer identity. Defaults to ` false` .
1818
1919format.forceInBodyFrom::
2020 Provides the default value for the `--[no-]force-in-body-from`
21- option to format-patch. Defaults to false.
21+ option to format-patch. Defaults to ` false` .
2222
2323format.numbered::
2424 A boolean which can enable or disable sequence numbers in patch
2525 subjects. It defaults to "auto" which enables it only if there
2626 is more than one patch. It can be enabled or disabled for all
27- messages by setting it to " true" or " false" . See -- numbered
27+ messages by setting it to ` true` or ` false` . See -- numbered
2828 option in linkgit:git-format-patch[1].
2929
3030format.headers::
@@ -65,7 +65,7 @@ format.suffix::
6565format.encodeEmailHeaders::
6666 Encode email headers that have non-ASCII characters with
6767 "Q-encoding" (described in RFC 2047) for email transmission.
68- Defaults to true.
68+ Defaults to ` true` .
6969
7070format.pretty::
7171ifndef::with-breaking-changes[]
@@ -85,7 +85,7 @@ format.thread::
8585 where the head is chosen from the cover letter, the
8686 `--in-reply-to` , and the first patch mail, in this order.
8787 `deep` threading makes every mail a reply to the previous one.
88- A true boolean value is the same as `shallow` , and a false
88+ A ` true` boolean value is the same as `shallow` , and a ` false`
8989 value disables threading.
9090
9191format.signOff::
@@ -99,7 +99,7 @@ format.coverLetter::
9999 A boolean that controls whether to generate a cover-letter when
100100 format-patch is invoked, but in addition can be set to "auto", to
101101 generate a cover-letter only when there's more than one patch.
102- Default is false.
102+ Default is ` false` .
103103
104104format.outputDirectory::
105105 Set a custom directory to store the resulting files instead of the
@@ -119,11 +119,11 @@ format.useAutoBase::
119119format.notes::
120120 Provides the default value for the `--notes` option to
121121 format-patch. Accepts a boolean value, or a ref which specifies
122- where to get notes. If false, format-patch defaults to
123- `--no-notes` . If true, format-patch defaults to `--notes` . If
122+ where to get notes. If ` false` , format-patch defaults to
123+ `--no-notes` . If ` true` , format-patch defaults to `--notes` . If
124124 set to a non-boolean value, format-patch defaults to
125125 `--notes=<ref>` , where `ref` is the non-boolean value. Defaults
126- to false.
126+ to ` false` .
127127+
128128If one wishes to use the ref `refs/notes/true` , please use that literal
129129instead.
0 commit comments