Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Allow the user to control the verbosity of merge-recursive.
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 56f17002d1647d5a0e0c59a78a60bd96496dcf1b..9986a0c9bb29fe348050775ba06fd93c89bb11b5 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-286,7
+286,7
@@
sub init {
$SVN_URL = $url;
unless (-d $GIT_DIR) {
- my @init_db = ('init
-db
');
+ my @init_db = ('init');
push @init_db, "--template=$_template" if defined $_template;
push @init_db, "--shared" if defined $_shared;
command_noisy(@init_db);