summaryrefslogtreecommitdiffstats
path: root/tools/patman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-03-26 13:09:44 +0000
committerSimon Glass <sjg@chromium.org>2013-04-08 15:21:22 -0700
commit645b271a6039e79b368f027a5624dc0820441733 (patch)
tree5b10b2f88f4fc87a21fbb31a2a5c64593c0dcfef /tools/patman/README
parent902a9715eaef60e75f842381df485b76e5082c4f (diff)
downloadtalos-obmc-uboot-645b271a6039e79b368f027a5624dc0820441733.tar.gz
talos-obmc-uboot-645b271a6039e79b368f027a5624dc0820441733.zip
patman: Add Series-process-log tag to sort/uniq change logs
For some series with lots of changes it is annoying that duplicate change log items are not caught. It is also helpful sometimes to sort the change logs. Add a Series-process-log tag to enable this, which can be placed in a commit to control this. The change to the Cc: line is to fix a checkpatch warning. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Doug Anderson <dianders@chromium.org>
Diffstat (limited to 'tools/patman/README')
-rw-r--r--tools/patman/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/patman/README b/tools/patman/README
index d4e7f36c3e..8cffcd1f3d 100644
--- a/tools/patman/README
+++ b/tools/patman/README
@@ -225,9 +225,16 @@ Series-changes: n
to update the log there and then, knowing that the script will
do the rest.
-Cc: Their Name <email>
+ Cc: Their Name <email>
This copies a single patch to another email address.
+Series-process-log: sort, uniq
+ This tells patman to sort and/or uniq the change logs. It is
+ assumed that each change log entry is only a single line long.
+ Use 'sort' to sort the entries, and 'uniq' to include only
+ unique entries. If omitted, no change log processing is done.
+ Separate each tag with a comma.
+
Various other tags are silently removed, like these Chrome OS and
Gerrit tags:
OpenPOWER on IntegriCloud