Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
svn import: unlink downlaoded files
[gitweb.git]
/
git-svnimport.perl
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index b880297e0c3fdb5778f66311f6eef89c6dd16ed7..102fa6e33964794a62861e27b0bc5cb1de72a2b6 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-296,6
+296,7
@@
($$$)
my $sha = <$F>;
chomp $sha;
close $F;
+ unlink $name;
my $mode = "0644"; # SV does not seem to store any file modes
return [$mode, $sha, $path];
}