CVSROOT: cvslog.pl - raise limit to 2000 since its mainly todo list diff now

arekm arekm at pld-linux.org
Sat Oct 12 17:49:05 CEST 2013


Author: arekm                        Date: Sat Oct 12 15:49:05 2013 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- raise limit to 2000 since its mainly todo list diff now

---- Files affected:
CVSROOT:
   cvslog.pl (1.88 -> 1.89) 

---- Diffs:

================================================================
Index: CVSROOT/cvslog.pl
diff -u CVSROOT/cvslog.pl:1.88 CVSROOT/cvslog.pl:1.89
--- CVSROOT/cvslog.pl:1.88	Wed Mar 21 14:00:59 2012
+++ CVSROOT/cvslog.pl	Sat Oct 12 17:49:00 2013
@@ -110,7 +110,7 @@
 # going to be trimmed to this length.
 # Assuming that each line is avg. 60 lines long and we don't want to have mails
 # bigger than 35kb, the maximal number of lines would be 597.
-$max_diff_lines = 597;
+$max_diff_lines = 2000;
 
 # Whether you want the diffstat of changes to be sent in the message.
 $show_diffstat = 0;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/CVSROOT/cvslog.pl?r1=1.88&r2=1.89



More information about the pld-cvs-commit mailing list