brian       97/08/05 16:54:20

  Modified:    .         log_accum.pl
  Log:
  Submitted by: RSE
  
  Giving this a try... a fix to beautify cvs commit messages.
  
  Revision  Changes    Path
  1.31      +1 -0      CVSROOT/log_accum.pl
  
  Index: log_accum.pl
  ===================================================================
  RCS file: /export/home/cvs/CVSROOT/log_accum.pl,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- log_accum.pl      1997/07/21 23:26:53     1.30
  +++ log_accum.pl      1997/08/05 23:54:18     1.31
  @@ -353,6 +353,7 @@
           push (@branch_lines, split);
           next;
       }
  +    next if (/^[ \t]+Tag:/);
       if (/^Modified Files/) { $state = $STATE_CHANGED; next; }
       if (/^Added Files/)    { $state = $STATE_ADDED;   next; }
       if (/^Removed Files/)  { $state = $STATE_REMOVED; next; }
  
  
  

Reply via email to