From: Michael P. <mic...@gm...> - 2010-12-05 19:28:44
|
Michael Plante wrote: >> Pete Batard wrote: >> >> I don't have the time for a problem that he logically will be the only >> >> one to have (unless someone creates a clone off my EXPERIMENTAL branch >> >> with a starting point prior to August, which is very very unlikely) >> >> Please try the attached patch, together with re-checking-in the .ds?/.vcproj/.sln >> files. I'm not 100% sure (since git is acting strangely), but it at least seems >> to work for me. This causes the files to be stored as LF, but checked out as CRLF, >> if I'm reading the docs correctly. And checkout/re-checkin is only a required step if git status doesn't show any of those files "changed". E.g., when I try applying this on Linux, that step goes away and I can just commit the patch as-is, because git automatically offers to convert them. This might save some time. The reason is likely because I do not have autocrlf set in Linux, not because of the fact that it IS Linux vs Windows, per se. Michael |