]> i-scream Git - www.i-scream.org.git/commitdiff
Looks a bit neater I think.
authorTim Bishop <tim@bishnet.net>
Fri, 15 Jun 2001 16:11:17 +0000 (16:11 +0000)
committerTim Bishop <tim@bishnet.net>
Fri, 15 Jun 2001 16:11:17 +0000 (16:11 +0000)
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";