projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7c0ca
)
git-cvsimport-script: Removed redundant @old and @new clear.
author
Matthias Urlichs
<smurf@kiste.(none)>
Thu, 30 Jun 2005 10:28:31 +0000
(12:28 +0200)
committer
Matthias Urlichs
<smurf@kiste.(none)>
Thu, 30 Jun 2005 10:28:31 +0000
(12:28 +0200)
git-cvsimport-script
patch
|
blob
|
history
diff --git
a/git-cvsimport-script
b/git-cvsimport-script
index
9b23d1f
..
6ac31a7
100755
(executable)
--- a/
git-cvsimport-script
+++ b/
git-cvsimport-script
@@
-498,9
+498,6
@@
my $commit = sub {
or die "Cannot write tag $branch: $!\n";
print "Created tag '$tag' on '$branch'\n" if $opt_v;
}
-
- @old = ();
- @new = ();
};
while(<CVS>) {