I don't think enabling ACL changes from MSYS2 would produce any good, the system is supposed to integrate well with the rest of Windows, while chmod'ing doesn't. Further discussion is possible.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having the same issue. As a nasty side effect after I cloned a GIT repo, and issued status, git believes there are local changes:
Please ignore my previous comment, my fstab got messed up, works like a charm now.
I've just also had this problem. 'chmod' doesn't work and that seems to affect to git status/diff.
I did nothing with my /etc/fstab, so I don't know whats going on here.
Hm, I figured changing /etc/fstab to
would fix it, but it does not
MSYS2 sets noacl on its default mount points, that's why chmod has no effect.
As for the git problem, I can't reproduce it. Does git still have this issue on MSYS2? If so, what git distribution is that?
Having a similar issue with a build of finch. While the executable is executable the plugins are not.
I don't think enabling ACL changes from MSYS2 would produce any good, the system is supposed to integrate well with the rest of Windows, while chmod'ing doesn't. Further discussion is possible.