GIT – ignore file permissions
Note: added here to find it much easier.
git config core.fileMode false
From git-config(1):
core.fileMode If false, the executable bit differences between the index and the working copy are ignored; useful on broken filesystems like FAT. See git-update-index(1). True by default.