convert: The native line-ending is \r\n on MinGW
commit95f31e9ab52b4377086acf7c4d070083e0bee039
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 4 Sep 2010 08:25:09 +0000 (4 03:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2013 18:18:35 +0000 (16 11:18 -0700)
treee76d9932c530d7e671b196eb73cec366aaaffbac
parentafad20055888937b100798b597d924d087688645
convert: The native line-ending is \r\n on MinGW

If you try this:

 1. Install Git for Windows (from the msysgit project)

 2. Put

[core]
autocrlf = false
eol = native

    in your .gitconfig.

 3. Clone a project with

*.txt text

    in its .gitattributes.

Then with current git, any text files checked out have LF line
endings, instead of the expected CRLF.

Cc: Johannes Schindelin <johannes.schindelin@gmx.de>
Cc: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname