[PATCH] Add information for skipped commit options

Simon Glass sjg at chromium.org
Fri Jul 3 05:50:35 CEST 2020


On Thu, 2 Jul 2020 at 11:53, Patrick Delaunay <patrick.delaunay at st.com> wrote:
>
> The unsupported Commit-xxx option are silently skipped
> and removed as 're_remove=Commit-\w*', this patch adds
> warning message in this case to detect misspelled issue
> for the 2 supported options:
>   Commit-notes:
>   Commit-changes:
>
> For example: the final 's' is missing (Commit-note:)
>
> NB: no issue for Series-xxx option as only the supported
>     options are accepted (see valid_series in series.py)
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
>
>  tools/patman/patchstream.py | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list