summaryrefslogtreecommitdiffstats
path: root/crawl-ref/git-hooks
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-08-08 00:54:22 -0400
committerNeil Moore <neil@s-z.org>2012-08-08 01:09:18 -0400
commit666ce1df5ee855835f5517fbca1ec2275df8e3fc (patch)
tree2e83f66e6f0fc06b1b3839b22bf350808b822d65 /crawl-ref/git-hooks
parent28b190a1c65319f881f8134875893ab5641917c3 (diff)
downloadcrawl-ref-666ce1df5ee855835f5517fbca1ec2275df8e3fc.tar.gz
crawl-ref-666ce1df5ee855835f5517fbca1ec2275df8e3fc.zip
Add Translators to CIA hook.
Diffstat (limited to 'crawl-ref/git-hooks')
-rwxr-xr-xcrawl-ref/git-hooks/crawl-ref-cia5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/git-hooks/crawl-ref-cia b/crawl-ref/git-hooks/crawl-ref-cia
index 91ec22dc5b..a5a3924b7e 100755
--- a/crawl-ref/git-hooks/crawl-ref-cia
+++ b/crawl-ref/git-hooks/crawl-ref-cia
@@ -180,7 +180,7 @@ $user =~ s/naesten/SamB/;
$user =~ s/neil/|amethyst/;
$user =~ s/smelenchuk/Grunt/;
-# Other regular contributorss
+# Other regular contributors:
$user =~ s/homelesspete/Twinge/;
$user =~ s/yobbobandana/yobbo/;
$user =~ s/thevalrus/valrus/;
@@ -195,6 +195,9 @@ $user =~ s/thann/Thann/;
$user =~ s/policarpocp/CommanderC/;
$user =~ s/therealchriswest/frogbotherer/;
+# Infrastructure:
+$user =~ s/crawl-ref-discuss/translators/; # make tx-commit
+
$rev = substr($commit, 0, 12);