Silent CVS commits on kde-cvs?
    Navindra Umanee 
    navindra at cs.mcgill.ca
       
    Tue Aug  6 08:20:03 BST 2002
    
    
  
Stephan Kulow <coolo at kde.org> wrote:
> You're aware that about 2000 .desktop files are changed CVS_SILENTly every
> day?
CVS_SEMISILENT, untested.
--- loginfo.pl.orig     Tue Aug  6 03:14:18 2002
+++ loginfo.pl  Tue Aug  6 03:20:05 2002
@@ -140,6 +140,10 @@
    $subject="$tagname: $module";
 }
+if( /CVS.?SEMISILENT/ ) {
+   $subject = "$subject (silent)";
+}
+
 my $blame = "$author <kde-cvs\@mail.kde.org>";
 if ($author eq 'kde') {
   $blame = "Davaldo Granulow <sysadmin\@office.kde.org>";
    
    
More information about the kde-core-devel
mailing list