@@ -17,10 +17,10 @@ SYNOPSIS
17
17
[--signature-file=<file>]
18
18
[-n | --numbered | -N | --no-numbered]
19
19
[--start-number <n>] [--numbered-files]
20
- [--in-reply-to=<message id>] [--suffix=.<sfx>]
20
+ [--in-reply-to=<message- id>] [--suffix=.<sfx>]
21
21
[--ignore-if-in-upstream] [--always]
22
22
[--cover-from-description=<mode>]
23
- [--rfc] [--subject-prefix=<subject prefix>]
23
+ [--rfc] [--subject-prefix=<subject- prefix>]
24
24
[(--reroll-count|-v) <n>]
25
25
[--to=<email>] [--cc=<email>]
26
26
[--[no-]cover-letter] [--quiet]
@@ -30,8 +30,8 @@ SYNOPSIS
30
30
[--range-diff=<previous> [--creation-factor=<percent>]]
31
31
[--filename-max-length=<n>]
32
32
[--progress]
33
- [<common diff options>]
34
- [ <since> | <revision range> ]
33
+ [<common- diff- options>]
34
+ [ <since> | <revision- range> ]
35
35
36
36
DESCRIPTION
37
37
-----------
@@ -64,7 +64,7 @@ There are two ways to specify which commits to operate on.
64
64
to the tip of the current branch that are not in the history
65
65
that leads to the <since> to be output.
66
66
67
- 2. Generic <revision range> expression (see "SPECIFYING
67
+ 2. Generic <revision- range> expression (see "SPECIFYING
68
68
REVISIONS" section in linkgit:gitrevisions[7]) means the
69
69
commits in the specified range.
70
70
@@ -179,9 +179,9 @@ Beware that the default for 'git send-email' is to thread emails
179
179
itself. If you want `git format-patch` to take care of threading, you
180
180
will want to ensure that threading is disabled for `git send-email`.
181
181
182
- --in-reply-to=<message id>::
182
+ --in-reply-to=<message- id>::
183
183
Make the first mail (or all the mails with `--no-thread`) appear as a
184
- reply to the given <message id>, which avoids breaking threads to
184
+ reply to the given <message- id>, which avoids breaking threads to
185
185
provide a new patch series.
186
186
187
187
--ignore-if-in-upstream::
@@ -219,9 +219,9 @@ populated with placeholder text.
219
219
Use the contents of <file> instead of the branch's description
220
220
for generating the cover letter.
221
221
222
- --subject-prefix=<subject prefix>::
222
+ --subject-prefix=<subject- prefix>::
223
223
Instead of the standard '[PATCH]' prefix in the subject
224
- line, instead use '[<subject prefix>]'. This can be used
224
+ line, instead use '[<subject- prefix>]'. This can be used
225
225
to name a patch series, and can be combined with the
226
226
`--numbered` option.
227
227
+
@@ -403,7 +403,7 @@ you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.
403
403
`format.useAutoBase` configuration.
404
404
405
405
--root::
406
- Treat the revision argument as a <revision range>, even if it
406
+ Treat the revision argument as a <revision- range>, even if it
407
407
is just a single commit (that would normally be treated as a
408
408
<since>). Note that root commits included in the specified
409
409
range are always formatted as creation patches, independently
0 commit comments