Revert "git-svn: always initialize with core.autocrlf=false"
[gitweb.git] / git-svn.perl
index bae7231096bd7ce6ebcc664951b5dd7ac82970e5..7bca381c4bc5faf2a605546a0ceda6599036f4cb 100755 (executable)
@@ -369,7 +369,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) {