summaryrefslogtreecommitdiffstats
path: root/crawl-ref/git-hooks
diff options
context:
space:
mode:
authorEino Keskitalo <evktalo@users.sourceforge.net>2009-12-17 09:57:03 +0200
committerEino Keskitalo <evktalo@users.sourceforge.net>2009-12-17 09:58:16 +0200
commit386ab752acb0901d0bde304e2ff7e667a0adc3f5 (patch)
treea6c2a158520ec67e0484ea5084b1fbca4d807f92 /crawl-ref/git-hooks
parent3943cc425683d27e990f4edf3c915cc1b1103a2d (diff)
downloadcrawl-ref-386ab752acb0901d0bde304e2ff7e667a0adc3f5.tar.gz
crawl-ref-386ab752acb0901d0bde304e2ff7e667a0adc3f5.zip
Add a nick to the CIA lookup table.
Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/git-hooks')
-rwxr-xr-xcrawl-ref/git-hooks/crawl-ref-cia2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/git-hooks/crawl-ref-cia b/crawl-ref/git-hooks/crawl-ref-cia
index b77bacb3b5..f67787f924 100755
--- a/crawl-ref/git-hooks/crawl-ref-cia
+++ b/crawl-ref/git-hooks/crawl-ref-cia
@@ -168,7 +168,7 @@ $user =~ s/rvollmert/by/;
$user =~ s/ottochar/pointless_/;
$user =~ s/ennewalker/Enne/;
$user =~ s/steven/neunon/;
-
+$user =~ s/scintilla/greensnark/;
$rev = substr($commit, 0, 12);