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.
At work we have a convention to use
.git-hooksas the directory-name for checked in git hooks.This feature would ease our transition to Githooks away from other solutions.
I saw that
.githooksis hard-coded, but i lack the go skills to change that myself.