git show on those files showed only that file permission modes had changed. This would likely have been due to some permissions on linux which don't exist on windows.
This is fixed by following denisw's advice
# For the current repository
git config core.filemode false
# Globally
git config --global core.filemode false