]> mj.ucw.cz Git - libucw.git/blobdiff - build/cvslog
Support seeks on fbbuf streams.
[libucw.git] / build / cvslog
index fd2f0ca47d32779569b992f76ffc45be52336948..cd7615cc33d7b045afabf36461fff48e865a9a92 100755 (executable)
@@ -15,7 +15,9 @@ my %names= (
        'tomhol'        => 'Tomas Holusa <tomas.holusa@netcentrum.cz>',
        'centrum'       => 'Tomas Holusa <tomas.holusa@netcentrum.cz>',
        'root'          => 'Tomas Holusa <tomas.holusa@netcentrum.cz>',
-       'pavel'         => 'Pavel Machek <pavel@ucw.cz>'
+       'pavel'         => 'Pavel Machek <pavel@ucw.cz>',
+       'th2'           => 'Tomas Holenda <tomas.holenda@netcentrum.cz>',
+       'croniak'       => 'Vladimir Jelen <vladimir.jelen@netcentrum.cz>',
 );
 
 while (<STDIN>) {
@@ -59,7 +61,8 @@ while (<STDIN>) {
 
 foreach $id (sort keys %date) {
        if (!exists ($names{$author{$id}})) {
-               die "Unknown commiter $author{$id}";
+               print STDERR "Unknown commiter $author{$id}\n";
+               $names{$author{$id}} = "unknown $author{$id}";
        }
        print "### ", $date{$id}, "  ", $names{$author{$id}}, "\n\n";
        print $files{$id}, "\n";