|
From: <gi...@cr...> - 2011-08-31 09:02:12
|
via 41fc7aa361ca5ec194c55dd024250cc26ea317b1 (commit)
from c65901aada9cee10eb3f63297be9fc8c93e32f50 (commit)
-----------------------------------------------------------------------
commit 41fc7aa361ca5ec194c55dd024250cc26ea317b1
Author: Adam Borowski <kil...@an...>
Date: Wed Aug 31 11:00:05 2011 +0200
A few updates to CIA aliases.
-----------------------------------------------------------------------
Summary of changes:
crawl-ref/git-hooks/crawl-ref-cia | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/crawl-ref/git-hooks/crawl-ref-cia b/crawl-ref/git-hooks/crawl-ref-cia
index a8b30dd..63b7f97 100755
--- a/crawl-ref/git-hooks/crawl-ref-cia
+++ b/crawl-ref/git-hooks/crawl-ref-cia
@@ -173,12 +173,16 @@ $user =~ s/scintilla/greensnark/;
$user =~ s/burnhamrobertp/Cryp71c/;
$user =~ s/^muu+$/Mu/i;
$user =~ s/raphael.langella/galehar/;
+$user =~ s/flodiebold/edlothiol/;
# Other regular contributorss
$user =~ s/chriscampbell89/MarvinPA/;
$user =~ s/homelesspete/Twinge/;
$user =~ s/yobbobandana/yobbo/;
$user =~ s/thevalrus/valrus/;
+$user =~ s/akbecker/GreatZebu/;
+$user =~ s/pete/mumra/;
+$user =~ s/bstriegs/Wensley/;
$rev = substr($commit, 0, 12);
--
Dungeon Crawl Stone Soup
|