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:
parent
ff9054627c
commit
9de6d07920
@ -30,11 +30,6 @@ if ($opt_d) {
|
|||||||
@cvs = ('cvs');
|
@cvs = ('cvs');
|
||||||
}
|
}
|
||||||
|
|
||||||
# setup a tempdir
|
|
||||||
our ($tmpdir, $tmpdirname) = tempdir('git-cvsapplycommit-XXXXXX',
|
|
||||||
TMPDIR => 1,
|
|
||||||
CLEANUP => 1);
|
|
||||||
|
|
||||||
# resolve target commit
|
# resolve target commit
|
||||||
my $commit;
|
my $commit;
|
||||||
$commit = pop @ARGV;
|
$commit = pop @ARGV;
|
||||||
|
Loading…
Reference in New Issue
Block a user