From: Pete B. <pb...@gm...> - 2010-12-07 17:32:21
|
On 2010.12.07 17:00, Segher Boessenkool wrote: >> So does that mean you can have "text" that is CRLF in the repo? > > Yes; for example, someone who uses CRLF and has autocrlf=off. > > Such a repo is only usable by mswindows users. Interesting. I thought that git would always convert text to LF, but it looks like I was wrong. Then we could get the MS project files in the repo with CRLF using autocrlf=off (but I wouldn't advocate for this). I'm not seeing any incidence of text not always equating LF on my proposed solution for the .ac/.am/.sh problem though, unless I'm missing something. Regards, /Pete |