summaryrefslogtreecommitdiffstats
path: root/crawl-ref/git-hooks
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-08-31 14:21:11 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-08-31 14:21:11 +0200
commit54c1e52da85050b04b1028e2cbab2b0b750db207 (patch)
tree16b4314a0093c1af5acc4066652314b6f3e35c04 /crawl-ref/git-hooks
parenta03587e102aa795678688546765316fbd44a4538 (diff)
downloadcrawl-ref-54c1e52da85050b04b1028e2cbab2b0b750db207.tar.gz
crawl-ref-54c1e52da85050b04b1028e2cbab2b0b750db207.zip
Napkin's changes to CIA.
Diffstat (limited to 'crawl-ref/git-hooks')
-rwxr-xr-xcrawl-ref/git-hooks/crawl-ref-cia4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/git-hooks/crawl-ref-cia b/crawl-ref/git-hooks/crawl-ref-cia
index 63b7f9736e..810fefa35a 100755
--- a/crawl-ref/git-hooks/crawl-ref-cia
+++ b/crawl-ref/git-hooks/crawl-ref-cia
@@ -173,6 +173,7 @@ $user =~ s/scintilla/greensnark/;
$user =~ s/burnhamrobertp/Cryp71c/;
$user =~ s/^muu+$/Mu/i;
$user =~ s/raphael.langella/galehar/;
+$user =~ s/hyperelliptical/elliptic/;
$user =~ s/flodiebold/edlothiol/;
# Other regular contributorss
@@ -297,7 +298,8 @@ open (MAIL, "| $sendmail -t -oi -oem") or die "Cannot execute $sendmail : " . ($
print MAIL <<EOM;
From: $from_email
To: $dest_email
-Content-type: text/xml
+Content-Type: text/xml; charset=UTF-8
+Content-Transfer-Encoding: 8bit
Subject: DeliverXML
EOM