@@ -17,10 +17,10 @@ SYNOPSIS
1717 [--signature-file=<file>]
1818 [-n | --numbered | -N | --no-numbered]
1919 [--start-number <n>] [--numbered-files]
20- [--in-reply-to=<message id>] [--suffix=.<sfx>]
20+ [--in-reply-to=<message- id>] [--suffix=.<sfx>]
2121 [--ignore-if-in-upstream] [--always]
2222 [--cover-from-description=<mode>]
23- [--rfc] [--subject-prefix=<subject prefix>]
23+ [--rfc] [--subject-prefix=<subject- prefix>]
2424 [(--reroll-count|-v) <n>]
2525 [--to=<email>] [--cc=<email>]
2626 [--[no-]cover-letter] [--quiet]
@@ -30,8 +30,8 @@ SYNOPSIS
3030 [--range-diff=<previous> [--creation-factor=<percent>]]
3131 [--filename-max-length=<n>]
3232 [--progress]
33- [<common diff options>]
34- [ <since> | <revision range> ]
33+ [<common- diff- options>]
34+ [ <since> | <revision- range> ]
3535
3636DESCRIPTION
3737-----------
@@ -64,7 +64,7 @@ There are two ways to specify which commits to operate on.
6464 to the tip of the current branch that are not in the history
6565 that leads to the <since> to be output.
6666
67- 2. Generic <revision range> expression (see "SPECIFYING
67+ 2. Generic <revision- range> expression (see "SPECIFYING
6868 REVISIONS" section in linkgit:gitrevisions[7]) means the
6969 commits in the specified range.
7070
@@ -179,9 +179,9 @@ Beware that the default for 'git send-email' is to thread emails
179179itself. If you want `git format-patch` to take care of threading, you
180180will want to ensure that threading is disabled for `git send-email`.
181181
182- --in-reply-to=<message id>::
182+ --in-reply-to=<message- id>::
183183 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
185185 provide a new patch series.
186186
187187--ignore-if-in-upstream::
@@ -219,9 +219,9 @@ populated with placeholder text.
219219 Use the contents of <file> instead of the branch's description
220220 for generating the cover letter.
221221
222- --subject-prefix=<subject prefix>::
222+ --subject-prefix=<subject- prefix>::
223223 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
225225 to name a patch series, and can be combined with the
226226 `--numbered` option.
227227+
@@ -403,7 +403,7 @@ you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.
403403 `format.useAutoBase` configuration.
404404
405405--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
407407 is just a single commit (that would normally be treated as a
408408 <since>). Note that root commits included in the specified
409409 range are always formatted as creation patches, independently
0 commit comments