Teach checkAUTHORS.pl about Changelogs with leading tabs
authorSteve Hay <SteveHay@planit.com>
Mon, 13 Feb 2006 16:46:14 +0000 (16:46 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 13 Feb 2006 16:46:14 +0000 (16:46 +0000)
in the log entries, and fix a malformed log entry in Changes5.005

p4raw-id: //depot/perl@27172

Changes5.005
Porting/checkAUTHORS.pl

index 82c6f06..4c6d0fa 100644 (file)
@@ -14129,7 +14129,8 @@ ____________________________________________________________________________
            ! doop.c
 ____________________________________________________________________________
 [   625] By: TimBunce                              on 1998/03/02  22:23:48
-        Log:      Branch: maint-5.004/perl
+        Log: 
+     Branch: maint-5.004/perl
            ! doop.c
 ____________________________________________________________________________
 [   623] By: TimBunce                              on 1998/03/02  21:51:53
index a4e7c3f..20c6e4d 100644 (file)
@@ -232,6 +232,7 @@ while (<>) {
     my $prefix = " " x length $1;
     LOG: while (<>) {
       next if /^$/;
+      s/^\t/        /;
       if (s/^$prefix//) {
        $log .= $_;
       } elsif (/^\s+Branch:/) {