Skip to content

Commit

Permalink
Make cvsexportcommit remove files.
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Robin Rosenberg authored and Junio C Hamano committed Sep 29, 2006
1 parent 3ea099d commit 21ff2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cvsexportcommit.perl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
if ($fields[4] eq 'M') {
push @mfiles, $fields[5];
}
if ($fields[4] eq 'R') {
if ($fields[4] eq 'D') {
push @dfiles, $fields[5];
}
}
Expand Down

0 comments on commit 21ff2bd

Please sign in to comment.