After clone a github repository in my PC, a file is showing like a modified file. But the last modification in this file was done 8 months ago. How is possible? I tried execute "git checkout -- ." but the file continues like a modified file.
The .gitattribute file:
*.java text
*.scala text
*.xml text
*.properties text
*.properties.default text
*.sh text
*.pig text
*.py text
*.md text
The problematic file is a java source. And I'm using Ubuntu 12.10
Anybody have a tip/solution for the problem?