Running git on a Windows XP machine, using bash. I exported my project from SVN, and then cloned a bare repository.
I then pasted the export into the bare repositori
Removing the below from the ~/.gitattributes file
* text=auto
will prevent git from checking line-endings in the first-place.