[PATCH v2 0/3] patman: Add changelog customization options

Sean Anderson seanga2 at gmail.com
Mon Apr 13 23:51:23 CEST 2020


This series adds a few changes I have been using locally as new behaviour
for patman.

Changes in v2:
- Add a note when there are no changes in the current revision
- Add documentation for new tags
- Add patch for multi-line changes in changelogs
- Switch to using commit tags for changelog control, instead of
  command-line options

Sean Anderson (3):
  patman: Add option to suppress empty changelog entries
  patman: Add new tags for finer-grained changelog control
  patman: Support multi-line changes in changelogs

 tools/patman/README         | 27 ++++++++++-
 tools/patman/patchstream.py | 96 +++++++++++++++++++++++++------------
 tools/patman/patman.py      |  2 +-
 tools/patman/series.py      | 49 ++++++++++++++-----
 4 files changed, 129 insertions(+), 45 deletions(-)

-- 
2.25.1



More information about the U-Boot mailing list