
16 Mar
2021
16 Mar
'21
6:58 a.m.
When a tag is used in a patch subject (e.g. "tag: rest of message") and it cannot be found as an alias, patman currently reports a fatal error, unless -t is provided, in which case it reports a warning.
Experience suggest that the fatal error is not very useful. Instead, default to reporting a warning, with -t tell patman to ignore it altogether.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Ignore bad tags when not processing them
tools/patman/func_test.py | 2 +- tools/patman/gitutil.py | 45 +++++++++++++++++---------------------- tools/patman/main.py | 6 +++++- tools/patman/series.py | 10 ++++----- 4 files changed, 31 insertions(+), 32 deletions(-)
Applied to u-boot-dm/next, thanks!