On 4/16/08, Martin Langhoff <martin.langhoff@xxxxxxxxx> wrote: > On Wed, Apr 16, 2008 at 3:01 PM, Dmitry Potapov <dpotapov@xxxxxxxxx> wrote: > > If you do not want problems, you should use core.autocrlf=true > > on Windows. > > If you are making the above statements in generally about git, I > disagree. I have used msysgit a lot with unix-newlines projects, and > it works fantastic. I am careful to work with newline-smart editors > but any half-decent editor will cope. The general hint is: avoid any > content-mangling options if possible, and git will do the right thing. Various Windows IDEs (notably Delphi... and notepad :)) get confused by non-CRLF files and either do random things to the file, fail to compile, or "helpfully" change all the line endings back to CRLF. I agree that any program that does any such thing is braindead, but unfortunately, some people are stuck with such programs. Avery -- 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