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

From: Joe Perches
Date: Wed Apr 22 2009 - 16:00:17 EST


On Wed, 2009-04-22 at 12:05 -0700, Andrew Morton wrote:
> > It is irritating to manually copy name+email as it looks today.
> > I always have to do that for the Cc: lines.
> me2

This seems to do a decent job of conversion:
I have this in my tree. I'll submit it later.

perl -i -e 'local $/; while(<>) { s@P: ([^\n]+)\nM: ([^\n]+)\n@M: \1 <\2>\n@g; print; }' MAINTAINERS


--
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/