[PATCH v2] patman: Add a 'keep_change_id' setting
Maxim Cournoyer
maxim.cournoyer at gmail.com
Fri Nov 3 01:30:16 CET 2023
Hi Simon,
Simon Glass <sjg at chromium.org> writes:
> On Thu, 12 Oct 2023 at 20:06, Maxim Cournoyer <maxim.cournoyer at 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 at 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 at chromium.org>
>
> Applied to u-boot-dm, thanks!
And thanks for the timely review! :-)
--
Maxim
More information about the U-Boot
mailing list