public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 0/4] patman: Add changelog customization options
Date: Sun,  3 May 2020 17:55:29 -0400	[thread overview]
Message-ID: <20200503215533.360196-1-seanga2@gmail.com> (raw)

This series adds a few changes I have been using locally as new tags for
patman. This series has itself been developed using these patches, and the
unprocessed commits can be viewed at [1].

[1] https://github.com/Forty-Bot/u-boot/tree/patman

Changes in v3:
- Document empty changelog suppression in README
- Fix KeyError when running tests
- Fix some corner cases for no changes messages
- Modify tests for new behavior
- Update commit subjects

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 (4):
  patman: Modify functional tests for new behavior
  patman: Suppress empty changelog entries
  patman: Add new tags for finer-grained changelog control
  patman: Support multi-line changes in changelogs

 tools/patman/README                           | 48 +++++++++-
 tools/patman/func_test.py                     | 58 +++++++++--
 tools/patman/patchstream.py                   | 96 +++++++++++++------
 tools/patman/patman.py                        |  2 +-
 tools/patman/series.py                        | 53 +++++++---
 .../0001-pci-Correct-cast-for-sandbox.patch   |  3 +
 ...-for-sandbox-in-fdtdec_setup_mem_siz.patch | 12 ++-
 tools/patman/test/test01.txt                  | 15 ++-
 8 files changed, 233 insertions(+), 54 deletions(-)

-- 
2.26.2

             reply	other threads:[~2020-05-03 21:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-03 21:55 Sean Anderson [this message]
2020-05-03 21:55 ` [PATCH v3 1/4] patman: Modify functional tests for new behavior Sean Anderson
2020-05-04 14:17   ` Simon Glass
2020-05-03 21:55 ` [PATCH v3 2/4] patman: Suppress empty changelog entries Sean Anderson
2020-05-04 14:39   ` Simon Glass
2020-05-04 16:59     ` Sean Anderson
2020-05-04 19:26       ` Simon Glass
2020-05-03 21:55 ` [PATCH v3 3/4] patman: Add new tags for finer-grained changelog control Sean Anderson
2020-05-04 14:39   ` Simon Glass
2020-05-03 21:55 ` [PATCH v3 4/4] patman: Support multi-line changes in changelogs Sean Anderson
2020-05-04 14:39   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200503215533.360196-1-seanga2@gmail.com \
    --to=seanga2@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox