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)
commite5ff9ab70a0409b1a3d263de7346f46568565ba5
tree25a27712c2f10d7f5cd46797c8a3d4215f63887f
parente8781dcc892d8169e60194ca4b51ecdd5710a88f
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