All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] Various patman fixes
@ 2013-03-21  2:42 Simon Glass
  2013-03-21  2:42 ` [U-Boot] [PATCH 1/8] patman: Fix up checkpatch parsing to deal with 'CHECK' lines Simon Glass
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Simon Glass @ 2013-03-21  2:42 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-03-26 22:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21  2:42 [U-Boot] [PATCH 0/8] Various patman fixes Simon Glass
2013-03-21  2:42 ` [U-Boot] [PATCH 1/8] patman: Fix up checkpatch parsing to deal with 'CHECK' lines Simon Glass
2013-03-21 16:35   ` Doug Anderson
2013-03-26 22:12     ` Simon Glass
2013-03-21  2:42 ` [U-Boot] [PATCH 2/8] patman: Don't look for tags inside quotes Simon Glass
2013-03-21 16:50   ` Doug Anderson
2013-03-26 22:14     ` Simon Glass
2013-03-21  2:42 ` [U-Boot] [PATCH 3/8] patman: Minor help message/README fixes Simon Glass
2013-03-21 16:52   ` Doug Anderson
2013-03-21  2:42 ` [U-Boot] [PATCH 4/8] patman: Fix the comment in CheckTags to mention multiple tags Simon Glass
2013-03-21 16:53   ` Doug Anderson
2013-03-21  2:42 ` [U-Boot] [PATCH 5/8] patman: Provide option to ignore bad aliases Simon Glass
2013-03-21 17:09   ` Doug Anderson
2013-03-26 22:46     ` Simon Glass
2013-03-21  2:42 ` [U-Boot] [PATCH 6/8] patman: Add -a option to refrain from test-applying the patches Simon Glass
2013-03-21 17:12   ` Doug Anderson
2013-03-21  2:43 ` [U-Boot] [PATCH 7/8] patman: Add Cover-letter-cc tag to Cc cover letter to people Simon Glass
2013-03-21  3:46   ` Doug Anderson
2013-03-21  2:43 ` [U-Boot] [PATCH 8/8] patman: Add Series-process-log tag to sort/uniq change logs Simon Glass
2013-03-21 17:51   ` Doug Anderson
2013-03-26 22:15     ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.