aboutsummaryrefslogtreecommitdiff
path: root/git-svn.perl
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@googlemail.com>2010-03-03 21:10:23 +0100
committerEric Wong <normalperson@yhbt.net>2010-03-05 02:58:11 -0800
commit942c9aad4f3b69f6f53af77321662d9d69a1bdeb (patch)
tree7bc2a756dbcce15f1671af91e36a27ec1e8e7867 /git-svn.perl
parent402e139c7e30eb95312aeafdc1a9e8e8167c14cb (diff)
downloadgit-942c9aad4f3b69f6f53af77321662d9d69a1bdeb.tar.gz
git-942c9aad4f3b69f6f53af77321662d9d69a1bdeb.tar.xz
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-xgit-svn.perl1
1 files changed, 0 insertions, 1 deletions
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) {