Browse Source

docs/manual: fix description of how to reply to <message-id>

Patch v1 not set to 'superseded' when replying to <message-id> with v2.

I'm using git version 2.46.0. The manual says the following is the
correct way to use the '--in-reply-to' option:

git send-email --in-reply-to=<message-id>

Signed-off-by: Roy Kollen Svendsen <roykollensvendsen@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 6677d9c4e18107cbf3dc691dea3beb801e03df98)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Roy Kollen Svendsen 11 months ago
parent
commit
3789f1b9ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/contribute.adoc

+ 1 - 1
docs/manual/contribute.adoc

@@ -513,7 +513,7 @@ address you register in
 https://patchwork.ozlabs.org/project/buildroot/list/[patchwork] should
 https://patchwork.ozlabs.org/project/buildroot/list/[patchwork] should
 match the one you use for sending patches to the mailing list.
 match the one you use for sending patches to the mailing list.
 
 
-You can also add the +--in-reply-to <message-id>+ option when
+You can also add the +--in-reply-to=<message-id>+ option when
 submitting a patch to the mailing list. The id of the mail to reply to
 submitting a patch to the mailing list. The id of the mail to reply to
 can be found under the "Message Id" tag on
 can be found under the "Message Id" tag on
 https://patchwork.ozlabs.org/project/buildroot/list/[patchwork]. The
 https://patchwork.ozlabs.org/project/buildroot/list/[patchwork]. The