--- web/cgi-bin/cvslog.cgi 2001/12/09 01:04:12 1.19 +++ web/cgi-bin/cvslog.cgi 2001/12/09 02:53:36 1.20 @@ -108,6 +108,14 @@ foreach my $module (@modules) { print HTML_encode("$2"); print "\n\n" } + elsif ($line =~ /^([0-9]{4}-[0-9]{2}-[0-9]{2}.*?)\s+([^\s]+)$/) { + print "\n\n"; + print HTML_encode($1); + print "\n"; + print " commited by "; + print HTML_encode("$2"); + print "\n\n" + } elsif($line =~ /(\S+) (\(\S+\))([,:])/ || $line =~ /(\S+) (\(\S+,\s+\S+\))([,:])/) { #chop $line; my ($file, $rest, $ext) = ($1, $2, $3);