From: Eric Sunshine <sunshine@sunshineco.com>
To: Adam Dinwoodie <adam@dinwoodie.org>
Cc: Git List <git@vger.kernel.org>,
Junio C Hamano <gitster@pobox.com>,
Josh Triplett <josh@joshtriplett.org>
Subject: Re: [PATCH v2] doc/SubmittingPatches: correct subject guidance
Date: Wed, 8 Nov 2017 09:10:27 -0500 [thread overview]
Message-ID: <CAPig+cRaygrQ9_J1UHr_rynPsUn2J0--RHRvP2mFQbVQhWEm-Q@mail.gmail.com> (raw)
In-Reply-To: <20171108134752.214056-1-adam@dinwoodie.org>
On Wed, Nov 8, 2017 at 8:47 AM, Adam Dinwoodie <adam@dinwoodie.org> wrote:
> The examples and common practice for adding markers such as "RFC" or
> "v2" to the subject of patch emails is to have them within the same
> brackets as the "PATCH" text, not after the closing bracket. Further,
> the practice of `git format-patch` and the like, as well as what appears
> to be the more common pratice on the mailing list, is to use "[RFC
> PATCH]", not "[PATCH/RFC]".
>
> Update the SubmittingPatches article to match.
>
> Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
> ---
> diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
> @@ -184,12 +184,14 @@ lose tabs that way if you are not careful.
> It is a common convention to prefix your subject line with
> [PATCH]. This lets people easily distinguish patches from other
> -e-mail discussions. Use of additional markers after PATCH and
> -the closing bracket to mark the nature of the patch is also
> -encouraged. E.g. [PATCH/RFC] is often used when the patch is
> -not ready to be applied but it is for discussion, [PATCH v2],
> -[PATCH v3] etc. are often seen when you are sending an update to
> -what you have previously sent.
> +e-mail discussions. Use of markers in addition to PATCH within
> +the brackets to describe the nature of the patch is also
> +encouraged. E.g. [RFC PATCH] is often used when the patch is not
> +ready to be applied but it is for discussion, and can be added
> +with the `--rfc` argument to `git format-patch` or `git
> +send-email`, while [PATCH v2], [PATCH v3] etc. are often seen
It has become a bit of a run-on sentence, but aside from that and the
unnecessary extra whitespace between "etc." and "are", it looks good
to me.
> +when you are sending an update to what you have previously sent,
> +and can be added with the `-v <n>` arguments to the same commands.
next prev parent reply other threads:[~2017-11-08 14:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-08 13:16 [PATCH] doc/SubmittingPatches: correct subject guidance Adam Dinwoodie
2017-11-08 13:47 ` [PATCH v2] " Adam Dinwoodie
2017-11-08 14:10 ` Eric Sunshine [this message]
2017-11-09 12:47 ` Adam Dinwoodie
2017-11-09 13:08 ` [PATCH v3] " Adam Dinwoodie
2017-11-09 16:10 ` Eric Sunshine
2017-11-10 15:02 ` [PATCH v4] " Adam Dinwoodie
2017-11-10 17:52 ` Josh Triplett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAPig+cRaygrQ9_J1UHr_rynPsUn2J0--RHRvP2mFQbVQhWEm-Q@mail.gmail.com \
--to=sunshine@sunshineco.com \
--cc=adam@dinwoodie.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=josh@joshtriplett.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).