diff options
author | Erik Faye-Lund <kusmabite@googlemail.com> | 2010-03-03 21:10:23 +0100 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2010-03-05 02:58:11 -0800 |
commit | 942c9aad4f3b69f6f53af77321662d9d69a1bdeb (patch) | |
tree | 7bc2a756dbcce15f1671af91e36a27ec1e8e7867 /git-svn.perl | |
parent | 402e139c7e30eb95312aeafdc1a9e8e8167c14cb (diff) | |
download | git-942c9aad4f3b69f6f53af77321662d9d69a1bdeb.tar.gz |
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 <kusmabite@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'git-svn.perl')
-rwxr-xr-x | git-svn.perl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-svn.perl b/git-svn.perl index bae7231096..7bca381c4b 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) { |