summaryrefslogtreecommitdiff
path: root/tools/patman/README
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2013-11-25 10:42:05 -0500
committerTom Rini <[email protected]>2013-11-25 10:42:05 -0500
commit5a4fe1aaf1210b02bb98e347993ffbcffeb4ffaa (patch)
tree5495e6b384533f421df3cd47be4df51832219d89 /tools/patman/README
parente8a8bab52c98950a4befa24526e8ffeb1b3f1c31 (diff)
parent8426d8b0899eb6a9845b3468662512a8da236241 (diff)
Merge branch 'buildpatman' of http://git.denx.de/u-boot-x86
Diffstat (limited to 'tools/patman/README')
-rw-r--r--tools/patman/README10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/patman/README b/tools/patman/README
index e6d30706216..59f1776f54b 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 <email>
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.