projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82a22c
)
git-cvsimport: Handle "Removed" from pserver
maint
author
Elrond
<elrond+kernel.org@samba-tng.org>
Wed, 10 May 2006 17:37:04 +0000
(19:37 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 18 May 2006 05:32:16 +0000
(22:32 -0700)
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>
git-cvsimport.perl
patch
|
blob
|
history
diff --git
a/git-cvsimport.perl
b/git-cvsimport.perl
index
c0ae00b
..
8c707f2
100755
(executable)
--- 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;