@leroysheep / BookAlchemy / commits / 4a1eb9304a

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
index 5662382450..f7905c0f7c 100644 --- a/Documentation/git-format-patch.adoc +++ b/Documentation/git-format-patch.adoc @@ -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