-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: customizable githooks directory per repository #112
Comments
Its a good point, maybe we could customize this somehow. But I d like not to go over the git config as this seams a bit overkill, maybe over an environment variable? You could however (beware of Windows crap and symlinks) introduce a simple relative symlink
|
There is a PR which would do this change: I think the symlink is a better option for now I think and would solve your issue. |
Thanks, keep up the good work. |
Thank you very much :) |
At work we have a convention to use
.git-hooks
as the directory-name for checked in git hooks.This feature would ease our transition to Githooks away from other solutions.
I saw that
.githooks
is hard-coded, but i lack the go skills to change that myself.The text was updated successfully, but these errors were encountered: