The documentation for --subject-prefix has two words "instead" in
the same sentence, making it a little bit confusing to read.
Change the order of the phrase to a more natural "Use [...]
instead of [...]" structure.
Signed-off-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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