I have a funky setup where I edit files from Windows (through CIFS) and then compile on Linux (through NFS). Sublime v3 somehow sets the eXecutible bit on text files whenever I save:
$ ll mgmt/dc/iscsi_*
-rwxr-xr-x 1 os users 7.4K Apr 26 15:53 mgmt/dc/iscsi_digest_actions.cc*
-rw-r–r-- 1 os users 2.7K Apr 22 19:13 mgmt/dc/iscsi_digest_actions.h
This generates a bit of a mess as permissions get into Git. This looks like a regression (feature?) in v3. Is there a workaround? Can someone confirm please?
Thanks!