From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 20 Mar 2013 19:42:53 -0700 Subject: [U-Boot] [PATCH 0/8] Various patman fixes Message-ID: <1363833781-14557-1-git-send-email-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- 1.8.1.3