зеркало из https://github.com/microsoft/git.git
Make cvsexportcommit remove files.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
3ea099d48b
Коммит
21ff2bdb88
|
@ -135,7 +135,7 @@ foreach my $f (@files) {
|
|||
if ($fields[4] eq 'M') {
|
||||
push @mfiles, $fields[5];
|
||||
}
|
||||
if ($fields[4] eq 'R') {
|
||||
if ($fields[4] eq 'D') {
|
||||
push @dfiles, $fields[5];
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче