CVSROOT: cvslog.pl - utf8 on DEVEL too
glen
glen at pld-linux.org
Mon Jan 28 20:52:43 CET 2008
Author: glen Date: Mon Jan 28 19:52:43 2008 GMT
Module: CVSROOT Tag: HEAD
---- Log message:
- utf8 on DEVEL too
---- Files affected:
CVSROOT:
cvslog.pl (1.73 -> 1.74)
---- Diffs:
================================================================
Index: CVSROOT/cvslog.pl
diff -u CVSROOT/cvslog.pl:1.73 CVSROOT/cvslog.pl:1.74
--- CVSROOT/cvslog.pl:1.73 Mon Nov 5 22:37:38 2007
+++ CVSROOT/cvslog.pl Mon Jan 28 20:52:38 2008
@@ -210,7 +210,7 @@
$htag = $tag ? $tag : "HEAD";
# TODO: set this based on some kind of content charset detection
-if ($htag eq "HEAD" || $htag =~ /^LINUX_2_6_20/ || $htag =~ /^AC-branch/) {
+if ($htag eq "HEAD" || $htag =~ /^LINUX_2_6/ || $htag =~ /^AC-branch/ || $htag eq "DEVEL") {
$mail_contenttype = "text/plain; charset=utf-8";
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/cvslog.pl?r1=1.73&r2=1.74&f=u
More information about the pld-cvs-commit
mailing list