Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Lazily open pack index files on demand
[gitweb.git]
/
git-svnimport.perl
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index f1f1a7dbedcf09a5b62f49ca62029bbc9ecbec14..3af8c7e1106d755b1589750ff5673ff6a6cd3b14 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-285,7
+285,7
@@
($$)
my $last_branch;
my $current_rev = $opt_s || 1;
unless(-d $git_dir) {
- system("git-init
-db
");
+ system("git-init");
die "Cannot init the GIT db at $git_tree: $?\n" if $?;
system("git-read-tree");
die "Cannot init an empty tree: $?\n" if $?;