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 <kusmabite@xxxxxxxxx> --- git-svn dcommit uses diff-tree (which does not apply CRLF conversion) to generate SVN commits, so there never were any CRLF conversion issues when commiting in the first place. git-svn.perl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/git-svn.perl b/git-svn.perl index b7c03b6..b8a3fc2 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) { -- 1.7.0.1.141.gc5984a -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html