
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(-)