summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ea099d)
raw | patch | inline | side by side (parent: 3ea099d)
author | Robin Rosenberg <robin.rosenberg@dewire.com> | |
Thu, 28 Sep 2006 23:28:55 +0000 (01:28 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 29 Sep 2006 07:51:05 +0000 (00:51 -0700) |
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsexportcommit.perl | patch | blob | history |
index 99b3dc392afdd5ffb3e2aa8f6fe6b484c2e2f1fe..5e23851f8cf866112baf3e76973a8ca649d5c105 100755 (executable)
--- a/git-cvsexportcommit.perl
+++ b/git-cvsexportcommit.perl
if ($fields[4] eq 'M') {
push @mfiles, $fields[5];
}
- if ($fields[4] eq 'R') {
+ if ($fields[4] eq 'D') {
push @dfiles, $fields[5];
}
}