summaryrefslogtreecommitdiffstats
path: root/crawl-ref/git-hooks
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-03-01 04:59:08 -0500
committerelliptic <hyperelliptical@gmail.com>2012-03-01 04:59:48 -0500
commitd590066ac1d3afb721c6a26223716d072394799f (patch)
treedce9948257ad8da5576f8ca25f142723d0b372ee /crawl-ref/git-hooks
parent1f7459dc573322fd62e45cafa910e5179058dc48 (diff)
downloadcrawl-ref-d590066ac1d3afb721c6a26223716d072394799f.tar.gz
crawl-ref-d590066ac1d3afb721c6a26223716d072394799f.zip
Add nfogravity to the crawl-ref-cia hook.
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 24c7c62298..5fc3ee5434 100755
--- a/crawl-ref/git-hooks/crawl-ref-cia
+++ b/crawl-ref/git-hooks/crawl-ref-cia
@@ -188,6 +188,7 @@ $user =~ s/pete/mumra/;
$user =~ s/bstriegs/Wensley/;
$user =~ s/lothar.dierkes/ldierk/;
$user =~ s/brendan/bmh/;
+$user =~ s/sbalady/nfogravity/;
$rev = substr($commit, 0, 12);