[WINDOWS] How can I resolve LF vs CRLF?
#1
Question 
Dear:
I use git on Windows to pull the source code of xbmc

$ git pull
Updating 57789bb..0521c8d
Fast forward
warning: CRLF will be replaced by LF in project/VS2008Express/XBMC.vcproj.
warning: CRLF will be replaced by LF in xbmc/MouseStat.cpp.
warning: CRLF will be replaced by LF in xbmc/MouseStat.h.
warning: CRLF will be replaced by LF in xbmc/PowerManager.cpp.
....

I always need delete the four files and re-git pull again
How to avoid?

IMHO, I think XBMC.vcproj should be CRLF, but MouseStat.cpp/h etcs should be LF.

Thanks
Reply
#2
rather we need to set the svn props. try git svn rebase
Reply

Logout Mark Read Team Forum Stats Members Help
[WINDOWS] How can I resolve LF vs CRLF?0