Hi, I'm running into a recurrent problem with git on windows (I'm running MSysGit from package Git-1.6.0.2-preview20080923.exe, i tried as well with Git-1.5.6.1-preview20080701.exe and the results are the same).
It happens very offen that some files are shown as changed when I didn't change them, and in git-gui it shows that the content removed is the same as the content added (usually it's the whole file), i.e.
- This line was here before
- This line was here before as well
- and this line too...
+ This line was here before
+ This line was here before as well
+ and this line too...
I tried with git checkout -f
and git reset --hard
, but the files remain the same. I tried deleting the files prior to the hard reset as well.
I tried googling for it but couldn't find anything related.
Can you tell me how to sort this out, or what steps would you take to confirm that it's a problem with Git and not my system, so I can report it as a bug.