Re: [PATCH] Document from line in patch format

From: Antonino A. Daplas
Date: Sun Oct 02 2005 - 02:08:14 EST


Paul Jackson wrote:
> Document more details of patch format such as the "from" line
> used to specify the patch author, and provide more references
> for patch guidelines.
>
> Signed-off-by: Paul Jackson <pj@xxxxxxx>
>
> Index: 2.6.14-rc2-mm2/Documentation/SubmittingPatches
> ===================================================================
> --- 2.6.14-rc2-mm2.orig/Documentation/SubmittingPatches
> +++ 2.6.14-rc2-mm2/Documentation/SubmittingPatches
> @@ -301,8 +301,47 @@ now, but you can do this to mark interna
> point out some special detail about the sign-off.
>
>
> +12) The canonical patch format
>
> -12) More references for submitting patches
> +The canonical patch subject line is:
> +
> + Subject: [PATCH 001/123] [<area>:] <explanation>
> +
> +The canonical patch message body contains the following:
> +
> + The first line of the body contains a "from" line specifying
> + the author of the patch:
> +
> + From: Original Author <author@xxxxxxxxx>
> +
> + If the "from" line is missing, then the author of the patch will
> + be recorded in the source code revision history as whomever is
> + listed in the last "Signed-off-by:" line in the message when Linus
^^^^
Shouldn't this be the first?

Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/