Documentation: remove redundant 'instead' in --subject-prefix
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>
Lucas Seiki Oshiro committed
Jun 4, 2026 at 13:34 UTC
4a1eb9304aae95ca52dff72a099e060dd6a1b8c9
1 file changed
+3
-4
Documentation/git-format-patch.adoc
+3
-4
@@ -221,10 +221,9 @@ populated with placeholder text.
221
for generating the cover letter.
222
223
--subject-prefix=<subject-prefix>::
224
- Instead of the standard '[PATCH]' prefix in the subject
225
- line, instead use '[<subject-prefix>]'. This can be used
226
- to name a patch series, and can be combined with the
227
- `--numbered` option.
224
+ Use '[<subject-prefix>]' instead of the standard '[PATCH]'
225
+ prefix in the subject line. This can be used to name a patch
226
+ series, and can be combined with the `--numbered` option.
227
+
228
The configuration variable `format.subjectPrefix` may also be used
229
to configure a subject prefix to apply to a given repository for