Set default core.autocrlf=true
commitdd6ab17a84fced9ead0ffd9f215a45ad40395a38
authorSteffen Prohaska <prohaska@zib.de>
Sun, 24 Feb 2008 16:29:04 +0000 (24 17:29 +0100)
committerSteffen Prohaska <prohaska@zib.de>
Sun, 24 Feb 2008 16:33:01 +0000 (24 17:33 +0100)
tree1f4a7dfaf62b57f540454c9684ea0fafd364940c
parente9b2cd0af5cf7d9cca630ba1915a7c83f1f3e00f
Set default core.autocrlf=true

Official git recently learnt to warn about irreversible CRLF
conversions.  So it is time to switch on core.autocrlf=true on
Windows.  This commit modifies /etc/gitconfig accordingly.

Note, msysgit developers should override this changed default by
explicitly setting core.autocrlf=false in msysgit and
msysgit/git.  Msysgit is not (yet) a real cross-platform project
but more like a Unix project.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
etc/gitconfig