summaryrefslogtreecommitdiffstats
path: root/crawl-ref/git-hooks
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2011-12-07 19:13:26 -0500
committerNeil Moore <neil@s-z.org>2011-12-07 19:13:26 -0500
commit7a75a1fda9202ab9c95cba319be7faf4551370e0 (patch)
tree18e7502400f526cbe8168ae7a7bef1651bdabb75 /crawl-ref/git-hooks
parent33db8e8bbe7933a84e1d5646f32b202aa7a1013a (diff)
downloadcrawl-ref-7a75a1fda9202ab9c95cba319be7faf4551370e0.tar.gz
crawl-ref-7a75a1fda9202ab9c95cba319be7faf4551370e0.zip
Move self to devs section in CIA hook.
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 acc3ccd13a..3b5c362815 100755
--- a/crawl-ref/git-hooks/crawl-ref-cia
+++ b/crawl-ref/git-hooks/crawl-ref-cia
@@ -177,6 +177,7 @@ $user =~ s/hyperelliptical/elliptic/;
$user =~ s/flodiebold/edlothiol/;
$user =~ s/chriscampbell89/MarvinPA/;
$user =~ s/naesten/SamB/;
+$user =~ s/neil/|amethyst/;
# Other regular contributorss
$user =~ s/homelesspete/Twinge/;
@@ -186,7 +187,6 @@ $user =~ s/akbecker/GreatZebu/;
$user =~ s/pete/mumra/;
$user =~ s/bstriegs/Wensley/;
$user =~ s/lothar.dierkes/ldierk/;
-$user =~ s/neil/|amethyst/;
$rev = substr($commit, 0, 12);