From 3789f1b9ab0d31504b5228a682556f98ed31bc79 Mon Sep 17 00:00:00 2001 From: Roy Kollen Svendsen Date: Fri, 30 Aug 2024 15:55:45 +0200 Subject: [PATCH] docs/manual: fix description of how to reply to Patch v1 not set to 'superseded' when replying to 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= Signed-off-by: Roy Kollen Svendsen Signed-off-by: Thomas Petazzoni (cherry picked from commit 6677d9c4e18107cbf3dc691dea3beb801e03df98) Signed-off-by: Peter Korsgaard --- docs/manual/contribute.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/contribute.adoc b/docs/manual/contribute.adoc index 1801a53d2f..b88e955646 100644 --- a/docs/manual/contribute.adoc +++ b/docs/manual/contribute.adoc @@ -513,7 +513,7 @@ address you register in https://patchwork.ozlabs.org/project/buildroot/list/[patchwork] should match the one you use for sending patches to the mailing list. -You can also add the +--in-reply-to + option when +You can also add the +--in-reply-to=+ option when submitting a patch to the mailing list. The id of the mail to reply to can be found under the "Message Id" tag on https://patchwork.ozlabs.org/project/buildroot/list/[patchwork]. The