From: Segher B. <se...@ke...> - 2010-12-07 00:07:07
|
>> I looked at a lot of projects today that use git and supposedly can >> be built on mingw or msys; _none_ have anything special for line >> ending mentioned in .gitattributes. > > Interesting. So what did they have? > > * No .gitattributes at all? > * .gitattributes with text or crlf attributes for some files? > * Something else? Some have nothing, some have some merge attributes (special merge strategy for ChangeLog for example), some have some syntax check things (indent stuff, texinfo stuff). None I've seen have line ending attributes (text, crlf). Segher |