From: Erik Faye-Lund Date: Wed, 3 Mar 2010 20:10:23 +0000 (+0100) Subject: Revert "git-svn: always initialize with core.autocrlf=false" X-Git-Tag: v1.7.1-rc0~97 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=942c9aad4f3b69f6f53af77321662d9d69a1bdeb;p=git.git Revert "git-svn: always initialize with core.autocrlf=false" git-svn rebase used to have issues with CRLF conversion. Since these issues have been fixed, we can safely revert the work-around that disables CRLF conversion. This reverts commit d3c9634eacdcaa71cbd69a160e6f4e80ddb7ab63. Signed-off-by: Erik Faye-Lund Acked-by: Eric Wong --- diff --git a/git-svn.perl b/git-svn.perl index bae723109..7bca381c4 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -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) {