mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-20 01:08:24 -05:00
Merge branch 'lo/doc-format-patch-subject-prefix' into jch
Wording used in "format-patch --subject-prefix" documentation has been improved. * lo/doc-format-patch-subject-prefix: Documentation: remove redundant 'instead' in --subject-prefix
This commit is contained in:
@@ -221,10 +221,9 @@ populated with placeholder text.
|
||||
for generating the cover letter.
|
||||
|
||||
--subject-prefix=<subject-prefix>::
|
||||
Instead of the standard '[PATCH]' prefix in the subject
|
||||
line, instead use '[<subject-prefix>]'. This can be used
|
||||
to name a patch series, and can be combined with the
|
||||
`--numbered` option.
|
||||
Use '[<subject-prefix>]' instead of the standard '[PATCH]'
|
||||
prefix in the subject line. This can be used to name a patch
|
||||
series, and can be combined with the `--numbered` option.
|
||||
+
|
||||
The configuration variable `format.subjectPrefix` may also be used
|
||||
to configure a subject prefix to apply to a given repository for
|
||||
|
||||
Reference in New Issue
Block a user