summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorJoe Perches2009-07-30 00:04:30 +0200
committerLinus Torvalds2009-07-30 04:10:41 +0200
commit8b58be884a9fd650abb7f7adf3f885fb9cecd79d (patch)
tree1343394411085fbe4dfe54ffc950c23a7dd14af2 /samples
parentget_maintainerpl-add-git-min-percent-option-fix (diff)
downloadkernel-qcow2-linux-8b58be884a9fd650abb7f7adf3f885fb9cecd79d.tar.gz
kernel-qcow2-linux-8b58be884a9fd650abb7f7adf3f885fb9cecd79d.tar.xz
kernel-qcow2-linux-8b58be884a9fd650abb7f7adf3f885fb9cecd79d.zip
MAINTAINERS: coalesce name and email address lines
Switch the MAINTAINERS email address format from P: Linus Torvalds M: torvalds@linux-foundation.org to M: Linus Torvalds <torvalds@linux-foundation.org> 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 <joe@perches.com> Acked-by: Pavel Machek <pavel@ucw.cz> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions