doc/SubmittingPatches: correct subject guidance
authorAdam Dinwoodie <adam@dinwoodie.org>
Fri, 10 Nov 2017 15:02:50 +0000 (15:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Nov 2017 18:07:03 +0000 (03:07 +0900)
commitf6be7edcacd3acb2c4eb3386eb51c991bfdc8a6f
tree30462930f4db5d5f931d310be346a977182a63d9
parentcb5918aa0d50f50e83787f65c2ddc3dcb10159fe
doc/SubmittingPatches: correct subject guidance

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 and to reference the
`format-patch` helper arguments, and also make some minor text
clarifications in the area.

Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches