From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Mon, 13 Apr 2020 17:51:23 -0400 Subject: [PATCH v2 0/3] patman: Add changelog customization options Message-ID: <20200413215126.548213-1-seanga2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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