remove permissions change from git
can everyone make sure that they have run this in their git bash: [10:47:45] Tom Procter: git config core.fileMode false [10:48:03] Tom Procter: it will prevent files showing as changed when permissions change. [10:48:12] Tom Procter: git config core.fileMode false http://stackoverflow.com/questions/1580596/how-do-i-make-git-ignore-file-mode-chmod-changes
git config core.fileMode false
also this could be useful:
http://stackoverflow.com/questions/20496084/git-status-ignore-line-endings-identical-files-windows-linux-environment