Hi Lars,

we have a problem with our git repository: We mix up CRLF and LF-only. Take for example the file RenderBase.h - it has LFs, take InsetLine.h - it has CRLFs

This causes the problems Pavel noticed with my commits.

I read here that the de-facto standard is LF-only:
http://code.google.com/p/tortoisegit/issues/detail?id=1082

So we could mark our git as LF-only too. If so one must set git's autoCRLF feature to true when on Windows. If we stay with mixed CRLF, one must turn off autoCRLF. So what do we do?

regards Uwe

Reply via email to