summaryrefslogtreecommitdiffstats
path: root/crawl-ref/git-hooks
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-14 16:18:22 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-14 16:18:22 +0100
commit4896ac9628c01e56d9faf2297cb83e38755f1a25 (patch)
tree7a2850b0c57844d81bfef6249000bd6bcf7a5c85 /crawl-ref/git-hooks
parent39c199dfc69135483bcc72e5c9808d2a71c124aa (diff)
downloadcrawl-ref-4896ac9628c01e56d9faf2297cb83e38755f1a25.tar.gz
crawl-ref-4896ac9628c01e56d9faf2297cb83e38755f1a25.zip
Teach CIA about MarvinPA.
He's a more prolific patcher than half the devs.
Diffstat (limited to 'crawl-ref/git-hooks')
-rwxr-xr-xcrawl-ref/git-hooks/crawl-ref-cia1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/git-hooks/crawl-ref-cia b/crawl-ref/git-hooks/crawl-ref-cia
index 1f413dceea..b97fb4ef03 100755
--- a/crawl-ref/git-hooks/crawl-ref-cia
+++ b/crawl-ref/git-hooks/crawl-ref-cia
@@ -174,6 +174,7 @@ $user =~ s/yobbobandana/yobbo/;
$user =~ s/burnhamrobertp/Cryp71c/;
$user =~ s/^muu+$/Mu/i;
$user =~ s/raphael.langella/galehar/;
+$user =~ s/chriscampbell89/MarvinPA/;
$rev = substr($commit, 0, 12);