scripts/get_maintainer.pl: add .mailmap use, shell and email cleanups
authorJoe Perches <joe@perches.com>
Tue, 22 Sep 2009 00:04:21 +0000 (17:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Sep 2009 14:17:46 +0000 (07:17 -0700)
commit8cbb3a77e1a91073fb279a495a11d5093461dfe5
tree847d483a9605e0974df243a4de45487aa31b2aa0
parent0e70e83dfd40cac47e1fc3e2f1c7b893ea0cd2f8
scripts/get_maintainer.pl: add .mailmap use, shell and email cleanups

Add reading and using .mailmap file if it exists
Convert address entries in .mailmap to first encountered address
Don't terminate shell commands with \n
Strip characters found after sign-offs by: name <address> [stripped]

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl