projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5e1cf
)
scripts/get_maintainer.pl: better email name quoting
author
Joe Perches
<joe@perches.com>
Tue, 16 Jun 2009 22:34:02 +0000
(15:34 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:47:54 +0000
(19:47 -0700)
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
patch
|
blob
|
blame
|
history
diff --git
a/scripts/get_maintainer.pl
b/scripts/get_maintainer.pl
index 7cf4309932f3075dea18ad191eda14dee190a929..159ce64ad26b6c233b0b26e6645b87a3d60bee30 100755
(executable)
--- a/
scripts/get_maintainer.pl
+++ b/
scripts/get_maintainer.pl
@@
-356,6
+356,7
@@
sub format_email {
my ($name, $email) = @_;
$name =~ s/^\s+|\s+$//g;
+ $name =~ s/^\"|\"$//g;
$email =~ s/^\s+|\s+$//g;
my $formatted_email = "";