commit | 95f31e9ab52b4377086acf7c4d070083e0bee039 | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrnieder@gmail.com> | Sat Sep 04 03:25:09 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 16 11:18:35 2013 -0700 |
tree | e76d9932c530d7e671b196eb73cec366aaaffbac | |
parent | afad20055888937b100798b597d924d087688645 [diff] |
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>