X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Fcvslog.cgi;h=d873e10bd9a2a3b3801f07c34e4a0bc8be3a5ef1;hb=3f3dcbaa9057c2b88eea992cd056a66418db848c;hp=d3ca45366881446ae76c37990f9d6dc30e4ae8e6;hpb=7013ca7da90ba12257bce742782153edc4b07f52;p=www.i-scream.org.git diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index d3ca453..d873e10 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -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"; @@ -49,7 +49,7 @@ print <<"END"; The i-scream Project Commit Log - + @@ -76,7 +76,7 @@ my(@modules) = split (/\s+/, $modulelist); foreach my $module (@modules) { print "
\n\n"; - print "\n\n"; + print "\n\n"; print "
\n$module module\n
\n$module module\n
\n"; my(@lines) = `$logcmd $module 2>&1`;