]> i-scream Git - www.i-scream.org.git/blobdiff - cgi-bin/cvslog.cgi
Looks a bit neater I think.
[www.i-scream.org.git] / cgi-bin / cvslog.cgi
index f967c4fc314b38448ec4a0caf3bc284682bdc728..d873e10bd9a2a3b3801f07c34e4a0bc8be3a5ef1 100755 (executable)
@@ -30,7 +30,7 @@ my($modulelist)=$query->param('module');
 $modulelist = `ls $cvsroot` unless defined $modulelist;
 
 my($cvs2clpath) = "/home/sites/www.i-scream.org.uk/bin/cvs2cl.pl";
-my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
+my($cvs2clargs) = "--stdout -r -b -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
 my($updatecmd) = "/home/sites/www.i-scream.org.uk/bin/fullcvsupdate.sh $modulelist";
 my($logcmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs2clpath $cvs2clargs";