From 5c8fdd91dcc5c8f7da072d96df965e0399750e07 Mon Sep 17 00:00:00 2001 From: Albert ARIBAUD Date: Tue, 12 Nov 2013 11:14:41 +0100 Subject: patman: add Commit-notes tag and section Sometimes a commit should have notes enclosed with it rather than withing the cover letter -- possibly even because there is no cover letter. Add a 'Commit-notes' tag, similar to the 'Series-notes' one; lines between this tag and the next END line are inserted in the patch right after the '---' commit delimiter. Change-Id: I01e99ae125607dc6dec08f3be8a5a0b37f0a483d Signed-off-by: Albert ARIBAUD Signed-off-by: Simon Glass (Updated README) --- tools/patman/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tools/patman/README') diff --git a/tools/patman/README b/tools/patman/README index e6d3070..59f1776 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -180,6 +180,14 @@ END together and put after the cover letter. Can appear multiple times. +Commit-notes: +blah blah +blah blah +more blah blah +END + Similar, but for a single commit (patch). These notes will appear + immediately below the --- cut in the patch file. + Signed-off-by: Their Name A sign-off is added automatically to your patches (this is probably a bug). If you put this tag in your patches, it will @@ -227,7 +235,7 @@ TEST=... Change-Id: Review URL: Reviewed-on: - +Commit-xxxx: (except Commit-notes) Exercise for the reader: Try adding some tags to one of your current patch series and see how the patches turn out. -- cgit v1.1