-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix commit hooks on windows (+tests) #14
Comments
I can take this if it's ok with you. |
Absolutely! Are you running on windows? I have a hard time even testing this being on a Mac. Do you know how hooks work on windows? are they expected as *.bat files? |
yes I use a windows 10 as my main machine. for hooks on windows you have to specify an alternative interpreter. the default installation of git provides a bash interpreter but even PowerShell should work. |
Ok I assume its regular bash scripts aswell, now that I look at it. @MCord could you add a unitest for the hooks, I realize they are missing |
I tried to reach out to you twitter. would you be up for syncing on discord? |
That would be great ! let me know when you are available to chat! |
my handle is mcord#0935 on discord by the way. |
calling the hooks is currently only implemented of *nix systems.
how does this even work on windows? does git call *.bat files? help of someone on a windows machine would be required here.
The text was updated successfully, but these errors were encountered: