]> git.baikalelectronics.ru Git - uboot.git/commit
Add information for skipped commit options
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 2 Jul 2020 17:52:54 +0000 (19:52 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 20:46:57 +0000 (14:46 -0600)
commit570bdea5756741da8fbd69fdbc13bcc8a106d280
tree25a27712c2f10d7f5cd46797c8a3d4215f63887f
parent8666a459b581961dfab8e14d1a866737cd1a73f5
Add information for skipped commit options

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@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/patchstream.py