mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
cvsexportcommit: get rid of temporary directory
Since commit e86ad71fe5 we do not use
a temporary directory in cvsexportcommit. So there is no need to set
one up.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
committed by
Shawn O. Pearce
parent
ff9054627c
commit
9de6d07920
@@ -30,11 +30,6 @@ if ($opt_d) {
|
||||
@cvs = ('cvs');
|
||||
}
|
||||
|
||||
# setup a tempdir
|
||||
our ($tmpdir, $tmpdirname) = tempdir('git-cvsapplycommit-XXXXXX',
|
||||
TMPDIR => 1,
|
||||
CLEANUP => 1);
|
||||
|
||||
# resolve target commit
|
||||
my $commit;
|
||||
$commit = pop @ARGV;
|
||||
|
||||
Reference in New Issue
Block a user