
Since checkpatch has changed in U-Boot, patman no longer detects errors properly. It seems like a good oppotunity to fix some of the bugs and annoying habits of patman that people have mentioned on the list.
I believe the first five patches should be considered bug fixes. The ones after that are new features.
If I have missed any bugs / problems in this sweep, please let me know.
Simon Glass (8): patman: Fix up checkpatch parsing to deal with 'CHECK' lines patman: Don't look for tags inside quotes patman: Minor help message/README fixes patman: Fix the comment in CheckTags to mention multiple tags patman: Provide option to ignore bad aliases patman: Add -a option to refrain from test-applying the patches patman: Add Cover-letter-cc tag to Cc cover letter to people patman: Add Series-process-log tag to sort/uniq change logs
tools/patman/README | 22 +++++++++++-- tools/patman/checkpatch.py | 75 +++++++++++++++++++++++++++++---------------- tools/patman/commit.py | 7 +++-- tools/patman/gitutil.py | 62 ++++++++++++++++++++++++++----------- tools/patman/patchstream.py | 10 +++++- tools/patman/patman.py | 24 ++++++++++----- tools/patman/series.py | 26 +++++++++++----- tools/patman/test.py | 9 ++++-- 8 files changed, 165 insertions(+), 70 deletions(-)