All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] MAINTAINERS and scripts/get_maintainer.pl updates
@ 2009-05-24  2:37 Joe Perches
  2009-05-24  2:37 ` [PATCH 01/18] scripts/get_maintainer.pl - Output first field only in mailing lists and after maintainers Joe Perches
                   ` (17 more replies)
  0 siblings, 18 replies; 39+ messages in thread
From: Joe Perches @ 2009-05-24  2:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel

A few fixes and updates.

This patchset does not change the style of
MAINTAINERS P: and M: lines to be integrated
M: "Full Name <address.tld>"

One day.  Maybe.

Joe Perches (18):
  scripts/get_maintainer.pl - Output first field only in mailing lists and after maintainers.
  scripts/get_maintainer.pl - Better fix for subscriber-only mailing lists
  scripts/get_maintainer.pl - improve --git-chief-penquins (Linus Torvalds) filtering
  scripts/get_maintainer.pl - Warn on missing git or git repository
  scripts/get_maintainer.pl - support M: lines with names and multiple entries per M: line
  scripts/get_maintainer.pl - Better email name quoting
  scripts/get_maintainer.pl - Support both "P:/M:" and integrated "M:" lines
  scripts/get_maintainer.pl - Don't print maintainers when not requested
  scripts/get_maintainer.pl - Allow 8 bit characters in email addresses
  scripts/get_maintainer.pl - change "die" to "warn" when command line file is not a patch
  MAINTAINERS - Swap mismarked ECRYPT FS M: and P: entries
  MAINTAINERS - Pair EDAC-E752X P: and M: entries
  MAINTAINERS - Add file patterns to "THE REST"
  MAINTAINERS - Update M32R file patterns after rename
  MAINTAINERS - Mark ALSA lists as moderated
  MAINTAINERS - Remove L:	linux-kernel@vger.kernel.org from all but "THE REST"
  MAINTAINERS - Mention scripts/get_maintainer.pl in the preface
  MAINTAINERS - Add file pattern to CISCO FCOE HBA DRIVER

 MAINTAINERS               |  108 ++++-----------------
 scripts/get_maintainer.pl |  234 ++++++++++++++++++++++++++++++++++++---------
 2 files changed, 208 insertions(+), 134 deletions(-)


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

end of thread, other threads:[~2009-06-05 22:58 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-24  2:37 [PATCH 00/18] MAINTAINERS and scripts/get_maintainer.pl updates Joe Perches
2009-05-24  2:37 ` [PATCH 01/18] scripts/get_maintainer.pl - Output first field only in mailing lists and after maintainers Joe Perches
2009-05-24  2:37 ` [PATCH 02/18] scripts/get_maintainer.pl - Better fix for subscriber-only mailing lists Joe Perches
2009-05-24  2:37 ` [PATCH 03/18] scripts/get_maintainer.pl - improve --git-chief-penquins (Linus Torvalds) filtering Joe Perches
2009-05-24  2:37 ` [PATCH 04/18] scripts/get_maintainer.pl - Warn on missing git or git repository Joe Perches
2009-05-24  2:37 ` [PATCH 05/18] scripts/get_maintainer.pl - support M: lines with names and multiple entries per M: line Joe Perches
2009-05-24  2:37 ` [PATCH 06/18] scripts/get_maintainer.pl - Better email name quoting Joe Perches
2009-05-24  2:37 ` [PATCH 07/18] scripts/get_maintainer.pl - Support both "P:/M:" and integrated "M:" lines Joe Perches
     [not found]   ` <20090526144141.570594cf.akpm@linux-foundation.org>
     [not found]     ` <1243455722.27337.65.camel@Joe-Laptop.home>
     [not found]       ` <20090527151510.fb773db6.akpm@linux-foundation.org>
2009-06-01 17:45         ` Script to integrate MAINTAINERS P: and M: lines Joe Perches
2009-06-02  9:12           ` Pavel Machek
2009-06-05 21:47           ` Sam Ravnborg
2009-06-05 22:57             ` Joe Perches
2009-05-24  2:37 ` [PATCH 08/18] scripts/get_maintainer.pl - Don't print maintainers when not requested Joe Perches
2009-05-24  2:37 ` [PATCH 09/18] scripts/get_maintainer.pl - Allow 8 bit characters in email addresses Joe Perches
2009-05-24  2:37 ` [PATCH 10/18] scripts/get_maintainer.pl - change "die" to "warn" when command line file is not a patch Joe Perches
2009-05-24  2:37 ` [PATCH 11/18] MAINTAINERS - Swap mismarked ECRYPT FS M: and P: entries Joe Perches
2009-05-24  2:37 ` [PATCH 12/18] MAINTAINERS - Pair EDAC-E752X P: and M: entries Joe Perches
2009-05-24  2:37 ` [PATCH 13/18] MAINTAINERS - Add file patterns to "THE REST" Joe Perches
2009-05-24  2:37 ` [PATCH 14/18] MAINTAINERS - Update M32R file patterns after rename Joe Perches
2009-05-24  2:37 ` [PATCH 15/18] MAINTAINERS - Mark ALSA lists as moderated Joe Perches
2009-05-24  2:37 ` [PATCH 16/18] MAINTAINERS - Remove L: linux-kernel@vger.kernel.org from all but "THE REST" Joe Perches
2009-05-24  3:18   ` Grant Likely
2009-05-24  3:22     ` Joe Perches
2009-05-24  4:28       ` Grant Likely
2009-05-24  4:39         ` Joe Perches
2009-05-24  4:51           ` Grant Likely
2009-05-24  4:58             ` Joe Perches
2009-05-27  1:33             ` Paul Mundt
2009-05-27  5:38               ` Joe Perches
2009-05-27  5:50                 ` Paul Mundt
2009-05-27  6:00                   ` Andrew Morton
2009-05-27  6:02                     ` Paul Mundt
2009-05-27 16:12                     ` Joe Perches
2009-05-24 10:42         ` Mark Brown
2009-05-26 23:42   ` Paul E. McKenney
2009-05-27 18:18     ` [PATCH] MAINTAINERS: Add Paul McKenney to RCU and RCUTORTURE Joe Perches
2009-05-27 21:03       ` Paul E. McKenney
2009-05-24  2:37 ` [PATCH 17/18] MAINTAINERS - Mention scripts/get_maintainer.pl in the preface Joe Perches
2009-05-24  2:37 ` [PATCH 18/18] MAINTAINERS - Add file pattern to CISCO FCOE HBA DRIVER Joe Perches

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.