I have been experimenting with git-svn and git integration within Visual Studio 2013 for a short period of time. One issue I'm having is that Visual studio is showing many files as part of the "Included changes" (i.e "modified" files) when in fact they have no changes.
At first glance, research suggest that similar problems appear when line-ending issues exist but:
A) Git in the console runs fine (i.e. git status shows no changes exist).
B) Git line ending normalization has been turned off (both by "git config --global core.autocrlf false" and a "* text=off line" in the .gitattributes file)
Any ideas?