by Howard Miller.
Strictly speaking, changing the permissions *is* a change. If you want your local change recorded then... (from the root of your Moodle install)
git add .
git commit -m 'changing file permissions'
gets you to the same place, and the change is now logged in your git history. If you care.