
3 Nov
2023
3 Nov
'23
1:30 a.m.
Hi Simon,
Simon Glass sjg@chromium.org writes:
On Thu, 12 Oct 2023 at 20:06, Maxim Cournoyer maxim.cournoyer@gmail.com wrote:
A Change-Id can be useful for traceability purposes, and some projects may wish to have them preserved. This change makes it configurable via a new 'keep_change_id' setting.
Signed-off-by: Maxim Cournoyer maxim.cournoyer@gmail.com
Changes in v2:
- Add missing argument to send parser
- Correctly propagate args.keep_change_id
tools/patman/__main__.py | 2 ++ tools/patman/control.py | 12 +++++++++--- tools/patman/patchstream.py | 17 ++++++++++++----- tools/patman/patman.rst | 11 ++++++----- tools/patman/test_checkpatch.py | 16 ++++++++++++++++ 5 files changed, 45 insertions(+), 13 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
And thanks for the timely review! :-)
--
Maxim