X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsimport-script;h=8f57396c2d815a4209e5b52cfb82465d100c4069;hb=d6d8dac032e0e0c55b3edffbefd0abb00ca960fc;hp=0ed12ff34b61295d1824f891f2fae3bafc6a4bbe;hpb=e30e814dbfef7a6e89418863e5d7291a2d53b18f;p=git.git diff --git a/git-cvsimport-script b/git-cvsimport-script index 0ed12ff3..8f57396c 100755 --- a/git-cvsimport-script +++ b/git-cvsimport-script @@ -675,7 +675,7 @@ while() { $state = 9; } elsif($state == 8) { $logmsg .= "$_\n"; - } elsif($state == 9 and /^\s+(\S+):(INITIAL|\d(?:\.\d+)+)->(\d(?:\.\d+)+)\s*$/) { + } elsif($state == 9 and /^\s+(\S+):(INITIAL|\d+(?:\.\d+)+)->(\d+(?:\.\d+)+)\s*$/) { # VERSION:1.96->1.96.2.1 my $init = ($2 eq "INITIAL"); my $fn = $1;