Kodi Community Forum

Full Version: [WINDOWS] How can I resolve LF vs CRLF?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
rather we need to set the svn props. try git svn rebase