CVSROOT: cvslog.pl - UTF is allowed on AC-branch. Maybe we should ...
blues
blues at pld-linux.org
Wed Jul 4 15:33:29 CEST 2007
Author: blues Date: Wed Jul 4 13:33:29 2007 GMT
Module: CVSROOT Tag: HEAD
---- Log message:
- UTF is allowed on AC-branch. Maybe we should do the oposite: UTF
everywhere except few branches?
---- Files affected:
CVSROOT:
cvslog.pl (1.65 -> 1.66)
---- Diffs:
================================================================
Index: CVSROOT/cvslog.pl
diff -u CVSROOT/cvslog.pl:1.65 CVSROOT/cvslog.pl:1.66
--- CVSROOT/cvslog.pl:1.65 Wed Mar 14 13:11:43 2007
+++ CVSROOT/cvslog.pl Wed Jul 4 15:33:24 2007
@@ -195,7 +195,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/) {
+if ($htag eq "HEAD" || $htag =~ /^LINUX_2_6_20/ || $htag =~ /^AC-branch/) {
$mail_contenttype = "text/plain; charset=utf-8";
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/CVSROOT/cvslog.pl?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list