tarmolov / git-hooks-js

A tool to manage and run project git hooks
167 stars 30 forks source link

Does not support symlinks to scripts in the hooks directory. #46

Closed shdwjk closed 6 years ago

shdwjk commented 7 years ago

Symlinks are useful if you have a task you want to have performed during different hooks. They let you keep the code in a single file and use it in all the right places.

I've added a pull request that corrects this: #45