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>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit3ce7f75f7836d9baeecf1ce214027f1200f2f9d3
treeed63ba59e04a46e4553d4c00b8f20dac51fa2187
parent2a3be302d5dd221ea64b85a700746b322e30f064
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