]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: remove redundant 'instead' in --subject-prefix
authorLucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Thu, 4 Jun 2026 16:34:42 +0000 (13:34 -0300)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jun 2026 13:44:36 +0000 (22:44 +0900)
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>
Documentation/git-format-patch.adoc

index 5662382450289a837ae9517d4be0925896cb23ed..f7905c0f7c032209d1d8c4c90319072c48f335f6 100644 (file)
@@ -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