Skip to content

Commit 21ff2bd

Browse files
robinrosenbergJunio C Hamano
authored andcommitted
Make cvsexportcommit remove files.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 3ea099d commit 21ff2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cvsexportcommit.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
if ($fields[4] eq 'M') {
136136
push @mfiles, $fields[5];
137137
}
138-
if ($fields[4] eq 'R') {
138+
if ($fields[4] eq 'D') {
139139
push @dfiles, $fields[5];
140140
}
141141
}

0 commit comments

Comments
 (0)