-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Milestone
Description
The discussion here: #140 (comment)
Should influence how we remove the too complicated templateDir install etc. Githooks should only work with core.hooksPath
in the future.
- Does it work with Git LFS hooks? -> A test
git lfs install
installs into the setcore.hooksPath
, but this will be unset whengit hooks uninstall
is called, and works flawlessly. - Githooks run wrappers are managed centrally inside the
~/.githooks/hooks
install directory. This directory was the former~/.githooks/templates/hooks
which is not needed anymore. - Remove all the boilerplate prompts from the install which are unneccesary.
- Keep the registered logic, as it makes updating all registered Githooks easier when updating etc...