Intermediate workaround for JGit's lack of core.autocrlf support
commit23827fefc0019f58b3abe7051cc95f0d7e7adf73
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 4 Feb 2010 06:17:18 +0000 (4 07:17 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 4 Feb 2010 06:17:18 +0000 (4 07:17 +0100)
treee5bd02c11e85be02e15abc45d63a7433760891a1
parent76b98230055444b0baded4ff1aa87da3b77e2b45
Intermediate workaround for JGit's lack of core.autocrlf support

Windows users by default have core.autocrlf set to true. JGit
does not recognize the flags and thus works as if it is set. In order
to make JGit more compatible with msysgit we set the flag to false
in repositories that JGit creates.

Bug: 301775
Change-Id: I7ea462fe3516e5060b87aa1f7ed63689936830c2
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java