Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Make cvsexportcommit remove files.
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>
git-cvsexportcommit.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3ea099d
)
diff --git
a/git-cvsexportcommit.perl
b/git-cvsexportcommit.perl
index 99b3dc392afdd5ffb3e2aa8f6fe6b484c2e2f1fe..5e23851f8cf866112baf3e76973a8ca649d5c105 100755
(executable)
--- a/
git-cvsexportcommit.perl
+++ b/
git-cvsexportcommit.perl
@@
-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];
}
}