[cfe-commits] r64564 - in /cfe/trunk: lib/Sema/ test/Parser/ test/SemaCXX/ www/ www/demo/
Cédric Venet
cedric.venet at laposte.net
Sat Feb 14 12:43:18 PST 2009
Cedric Venet a écrit :
> Author: venet
> Date: Sat Feb 14 14:20:19 2009
> New Revision: 64564
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64564&view=rev
> Log:
> Add svn:eol-style=native to some files
> Correct two files with inconsistent lines endings.
>
Sorry, I didn't expect this to actually change the files...
Seems like some files where had crlf eol in the repository. At least
now, all the file should be in lf form, except for the .vcproj
What motivated the commit is that I tried a git mirror and the files
stored with crlf where posing some problem. After some searching around,
I found that a better fix is to use (it has its own problem, but at
least it make the git repository usable on windows):
git config core.autocrlf false
Cédric
More information about the cfe-commits
mailing list