Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsexportcommit: get rid of temporary directory
[gitweb.git]
/
git-cvsexportcommit.perl
diff --git
a/git-cvsexportcommit.perl
b/git-cvsexportcommit.perl
index a33fa8d4c86da54a4d741cf921d1cf7b2138d186..6b0123c75f261744324e678ef76fcc8778a606fc 100755
(executable)
--- a/
git-cvsexportcommit.perl
+++ b/
git-cvsexportcommit.perl
@@
-30,11
+30,6
@@
@cvs = ('cvs');
}
-# setup a tempdir
-our ($tmpdir, $tmpdirname) = tempdir('git-cvsapplycommit-XXXXXX',
- TMPDIR => 1,
- CLEANUP => 1);
-
# resolve target commit
my $commit;
$commit = pop @ARGV;