зеркало из https://github.com/microsoft/git.git
git-cvsimport: Handle "Removed" from pserver
Sometimes the pserver says "Removed" instead of "Remove-entry". Signed-off-by: Elrond <elrond+kernel.org@samba-tng.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
c82a22c39c
Коммит
be0c7e0697
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче