[PATCH v2] patman: Add a 'keep_change_id' setting

Simon Glass sjg at chromium.org
Fri Oct 13 18:57:30 CEST 2023


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>


More information about the U-Boot mailing list