Re: [PATCH 0/10] MAINTAINERS - add script, patterns and miscupdates

From: Joe Perches
Date: Fri Apr 24 2009 - 03:16:51 EST


On Wed, 2009-04-22 at 22:30 +0200, Pavel Machek wrote:
> If possible, it would be nice to aggregate multiple entries onto one
> line. I.e.:
> P: Len Brown
> M: len.brown@xxxxxxxxx
> P: Pavel Machek
> M: pavel@xxxxxx
> P: Rafael J. Wysocki
> M: rjw@xxxxxxx
> L: linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx
> S: Supported
>
> ->
>
> P: Len Brown now <len.brown@xxxxxxxxx>, Pavel Machek <pavel@xxxxxx>, Rafael J. Wysocki <rjw@xxxxxxx>
> L: linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx
> S: Supported

I changed:

the script to support all 3 styles

P: name
M: address
or
M: name <address>
or
M: name1 <address1>, name2 <address2>

and made a few other changes to MAINTAINERS and the script.
You can pull it as below.

Let me know if it works for you.

The following changes since commit 091069740304c979f957ceacec39c461d0192158:
Linus Torvalds (1):
Linux 2.6.30-rc3

are available in the git repository at:

git://repo.or.cz/linux-2.6/trivial-mods.git gm_20090423

Joe Perches (13):
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
MAINTAINERS - Add file patterns to "THE REST"
MAINTAINERS - Update M32R file patterns after rename
MAINTAINERS - Mark ALSA lists as moderated
MAINTAINERS - Combine P: and M: entries
MAINTAINERS - Combine multiple M: lines
scripts/get_maintainer.pl - Don't print maintainers when not requested

MAINTAINERS | 2472 +++++++++++++--------------------------------
scripts/get_maintainer.pl | 232 ++++-
2 files changed, 907 insertions(+), 1797 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/