projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ea667e
)
Fix trini email in the get_maintainer.pl script
author
Andy Fleming
<afleming@gmail.com>
Wed, 4 Nov 2015 21:55:27 +0000
(15:55 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 12 Nov 2015 23:13:20 +0000
(18:13 -0500)
Looks like one spot got missed. Probably due to the backslash.
Signed-off-by: Andy Fleming <afleming@gmail.com>
scripts/get_maintainer.pl
patch
|
blob
|
history
diff --git
a/scripts/get_maintainer.pl
b/scripts/get_maintainer.pl
index 368a20e2ccf3aad2ac43eef3847373d36d626f5b..4707dfd18e6f5e1045c03e139b3c5a2d94ad5916 100755
(executable)
--- a/
scripts/get_maintainer.pl
+++ b/
scripts/get_maintainer.pl
@@
-62,7
+62,7
@@
my %commit_author_hash;
my %commit_signer_hash;
my @penguin_chief = ();
-push(@penguin_chief, "Tom Rini:trini\@
ti
.com");
+push(@penguin_chief, "Tom Rini:trini\@
konsulko
.com");
my @penguin_chief_names = ();
foreach my $chief (@penguin_chief) {