Is there a hook that runs on git reset?
From: André Hänsel <hidden>
Date: 2016-06-15 22:57:53
From: André Hänsel <hidden>
Date: 2016-06-15 22:57:53
I am using a script that runs as post-checkout and post-merge hook to ensure some permissions on the working copy files. Neither of these hooks is run on git reset, so after a git reset --hard the permissions are lost because apparently the files were created freshly. I guess I would have expected post-checkout to run. Is there a hook that runs on git reset that I can use to run my permissions script?