diff mbox

[PATCHv2] docs/manual: add the "mark as superseded" hint

Message ID 1441628850-2737-1-git-send-email-Vincent.Riera@imgtec.com
State Accepted
Commit 76bcbae365b82304b7ad0bfd007a5e0a97ea4bde
Headers show

Commit Message

Vicente Olivert Riera Sept. 7, 2015, 12:27 p.m. UTC
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
Changes v1 -> v2:
  - Specify that an account in patchwork is needed (Suggested by Arnout)

 docs/manual/contribute.txt |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Comments

Arnout Vandecappelle Sept. 7, 2015, 2:12 p.m. UTC | #1
On 07-09-15 14:27, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Well, since you changed the original patch quite heavily, my acked doesn't hold
anymore... But of course, this one looks good as well so

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

> ---
> Changes v1 -> v2:
>   - Specify that an account in patchwork is needed (Suggested by Arnout)
> 
>  docs/manual/contribute.txt |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
> index 5f0762f..40579f9 100644
> --- a/docs/manual/contribute.txt
> +++ b/docs/manual/contribute.txt
> @@ -298,6 +298,14 @@ $ git format-patch --subject-prefix "PATCH v4" \
>      -M -s -o outgoing origin/master
>  ---------------------
>  
> +When you provide a new version of a patch, please mark the old one as
> +superseded in http://patchwork.buildroot.org[patchwork]. You need to
> +create an account on http://patchwork.buildroot.org[patchwork] to be
> +able to modify the status of your patches. Note that you can only change
> +the status of patches you submitted yourself, which means the email
> +address you register in http://patchwork.buildroot.org[patchwork] should
> +match the one you use for sending patches to the mailing list.
> +
>  [[reporting-bugs]]
>  === Reporting issues/bugs or getting help
>  
>
Peter Korsgaard Sept. 7, 2015, 9:52 p.m. UTC | #2
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
 > Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 > ---
 > Changes v1 -> v2:
 >   - Specify that an account in patchwork is needed (Suggested by Arnout)

Committed, thanks.
diff mbox

Patch

diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index 5f0762f..40579f9 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -298,6 +298,14 @@  $ git format-patch --subject-prefix "PATCH v4" \
     -M -s -o outgoing origin/master
 ---------------------
 
+When you provide a new version of a patch, please mark the old one as
+superseded in http://patchwork.buildroot.org[patchwork]. You need to
+create an account on http://patchwork.buildroot.org[patchwork] to be
+able to modify the status of your patches. Note that you can only change
+the status of patches you submitted yourself, which means the email
+address you register in http://patchwork.buildroot.org[patchwork] should
+match the one you use for sending patches to the mailing list.
+
 [[reporting-bugs]]
 === Reporting issues/bugs or getting help