On Wed, Jul 23, 2008 at 10:04 PM, Joshua Jensen <jjensen@xxxxxxxxxxxxxxxxx> wrote: > > There are certain file formats, such as a Visual Studio .sln file, that MUST > be CRLF. When a .sln file is not CRLF, Visual Studio refuses to read it. I wonder what exactly version of Visual Studio you use? All version that I have seen had no problem reading .sln with LF ending, though they always wrote it back with CRLF. In any case, you can define as binary, so Git will not do anything about their EOLs. Dmitry -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html