Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
format-patch: pretty-print timestamp correctly.
[gitweb.git]
/
git-svnimport.perl
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index b6799d81ee36f041ddf3d6233d3f2fa005fea174..f17d5a27c82a31b82f066540ed40c83fc66cf91b 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-318,7
+318,7
@@
($$$)
die $res->status_line." at $url\n";
}
} else {
- $name = $svn->file("
/
$svnpath",$rev);
+ $name = $svn->file("$svnpath",$rev);
return undef unless defined $name;
}