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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits