X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsimport.perl;h=8c707f2c664ccfc9cad4fca443a5dee1d75604ba;hb=8824689884a5673f803d77cda499f83b84145a06;hp=c0ae00bda74e68f98efc63c093efb73c7ff914f4;hpb=45fa7608bd1abd4dca12b0b90a852e7a71377381;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index c0ae00bd..8c707f2c 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -350,7 +350,7 @@ sub _line { return $res; } elsif($line =~ s/^E //) { # print STDERR "S: $line\n"; - } elsif($line =~ /^Remove-entry /i) { + } elsif($line =~ /^(Remove-entry|Removed) /i) { $line = $self->readline(); # filename $line = $self->readline(); # OK chomp $line;