git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cb82dbf
)
git-svn: Remove unused use of File::Temp
author
Ævar Arnfjörð Bjarmason
<redacted>
Sat, 8 May 2010 16:40:41 +0000
(16:40 +0000)
committer
Eric Wong
<redacted>
Sun, 9 May 2010 08:25:19 +0000
(
01:25
-0700)
The use line was added in
ffe256f9
. File::Temp calls were later moved
to Git.pm in
0b19138b
, but that commit neglected to remove the
now-redundant import.
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Acked-by: Eric Wong <redacted>
git-svn.perl
patch
|
blob
|
history
diff --git
a/git-svn.perl
b/git-svn.perl
index dc668034d0e3db11c41e8667db22205b95733421..74d86128ccb063d6aa7e6303a2c6c15739fde1e9 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-4000,7
+4000,6
@@
use vars qw/@ISA/;
use strict;
use warnings;
use Carp qw/croak/;
-use File::Temp qw/tempfile/;
use IO::File qw//;
use vars qw/$_ignore_regex/;
git clone https://git.99rst.org/PROJECT