bagder: curl-www/auto last5commits.pl,1.6,1.7

[email protected] Mon, 22 Mar 2010 22:20:33 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv13314

Modified Files:
	last5commits.pl 
Log Message:
include the actual change status for the files as well


Index: last5commits.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/last5commits.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- last5commits.pl	22 Mar 2010 22:18:41 -0000	1.6
+++ last5commits.pl	22 Mar 2010 22:20:31 -0000	1.7
@@ -56,8 +56,8 @@
             my $d=$1;
             $c{'desc'}.= "$d ";
         }
-        elsif($l =~ /^:.*\t(.*)/) {
-            $c{'files'} .= "$1\n";
+        elsif($l =~ /^:.*(.)\t(.*)/) {
+            $c{'files'} .= "$1 $2\n";
         }
     }
     showc();