From: Nicholas Clark Date: Thu, 29 Sep 2005 11:01:53 +0000 (+0000) Subject: Teach the alias mapping about new committers. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e266217b2ba5a06d688e61df751a774a76e76ec;p=p5sagit%2Fp5-mst-13.2.git Teach the alias mapping about new committers. p4raw-id: //depot/perl@25657 --- diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index a52e090..14f3f35 100644 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -36,6 +36,8 @@ my %map = reverse ( pudge => "pudge\100pobox.com", rgs => "rgarciasuarez\100free.fr", sky => "sky\100nanisky.com", + steveh => "steve.hay\100uk.radan.com", + stevep => "steve\100fisharerojo.org", "abigail\100abigail.nl"=> "abigail\100foad.org", "chromatic\100wgz.org" => "chromatic\100rmci.net", "slaven\100rezic.de" => "slaven.rezic\100berlin.de", @@ -60,7 +62,8 @@ $map{"artur\100contiller.se"} = $map{"arthur\100contiller.se"} = "sky"; $map{"autrijus\100egb.elixus.org"} = $map{"autrijus\100geb.elixus.org"} = "autrijus\100autrijus.org"; $map{"craig.berry\100psinetcs.com"} = $map{"craig.berry\100metamorgs.com"} - = $map{"craig.berry\100signaltreesolutions.com"} = "craigberry\100mac.com"; + = $map{"craig.berry\100signaltreesolutions.com"} + = $map{"craigberry\100mac.com"} = "craigb"; $map{"davem\100fdgroup.co.uk"} = "davem"; $map{"ilya\100math.ohio-state.edu"} = $map{"ilya\100math.berkeley.edu"} = $map{"ilya\100math.berkeley.edu"} = "nospam-abuse\100ilyaz.org";