send-email: Cleanup { style
[gitweb.git] / git-svn.perl
index bae7231096bd7ce6ebcc664951b5dd7ac82970e5..1a26843f44d687c5b89c118c31d5c088b41a1cb2 100755 (executable)
@@ -351,6 +351,7 @@ sub usage {
 }
 
 sub version {
+       ::_req_svn();
        print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n";
        exit 0;
 }
@@ -369,7 +370,6 @@ sub do_git_init_db {
                command_noisy(@init_db);
                $_repository = Git->repository(Repository => ".git");
        }
-       command_noisy('config', 'core.autocrlf', 'false');
        my $set;
        my $pfx = "svn-remote.$Git::SVN::default_repo_id";
        foreach my $i (keys %icv) {