-
-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
Some of the executable error messages suggest using chmod +/-x
to toggle the executable bits. This works fine on *nix, but not on windows, and the results range from 'command not found' to doing nothing at all.
Instead, this should recommend git add --chmod=+/-x somepath
when the hook detects it's running on windows.
Metadata
Metadata
Assignees
Labels
No labels