Wednesday 29 January 2014

Textual description of firstImageUrl

Egit Error Unchanged Files Marked As Changed

While Working with EGit in eclipse, i have faced a problem where some files are not changes but still showing as changed . When I tried to commit the changes , all the unchanged files also get listed in commit dialog .When I compare this with head revision , there was no changes .


The solution to this problem was simple , just go to preference then git configuration and add property core.autocrlf with false .