diff options
author | Joe Perches <[email protected]> | 2009-07-29 15:04:30 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-07-29 19:10:41 -0700 |
commit | 8b58be884a9fd650abb7f7adf3f885fb9cecd79d (patch) | |
tree | 1343394411085fbe4dfe54ffc950c23a7dd14af2 /net/lapb/lapb_iface.c | |
parent | 3d202aeb7b7b33d5a5b2040ee5af5b309782941c (diff) |
MAINTAINERS: coalesce name and email address lines
Switch the MAINTAINERS email address format from
P: Linus Torvalds
M: [email protected]
to
M: Linus Torvalds <[email protected]>
Mainly to ease the copy-n-pasting of maitnainer addresses into email clients.
The script to perform this operation:
#! /bin/sh
#
# Change MAINTAINERS from
# P: name
# M: address
# to:
# M: name <address>
#
# Integrate P: and M: lines
#
perl -i -e 'local $/; while(<>) { s@P: ([^\n]+)\nM: ([^\n]+)\n@M: \1 <\2>\n@g; print; }' MAINTAINERS
#
# Quote names with periods, commas and parentheses
#
sed -r -i -e "s/^M: (.+)([\.,'\(])(.*) </M: \"\1\2\3\" </g" MAINTAINERS
Signed-off-by: Joe Perches <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions