]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/get_maintainer.pl: better email routines, use perl not shell where possible
authorJoe Perches <joe@perches.com>
Tue, 22 Sep 2009 00:04:20 +0000 (17:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Sep 2009 14:17:46 +0000 (07:17 -0700)
commit596cb8144fe25816aead1d97c0e3a3d6805a0a66
tree119b588cff1fb709402dd88be1204e5b7795c70e
parent1f9edb43ae87498d43d3e2f9acb68f337dcb5e63
scripts/get_maintainer.pl: better email routines, use perl not shell where possible

Added format_email and parse_email routines to reduce inline use.

Added email_address_inuse to eliminate multiple maintainer entries
for the same email address, the first name encountered is used.

Used internal perl equivalents of shell cmd use of grep|cut|sort|uniq

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