twosigma / git-meta

Repository for the git-meta project -- build your own monorepo using Git submodules
http://twosigma.github.io/git-meta
BSD 3-Clause "New" or "Revised" License
216 stars 50 forks source link

Make hooks work with hooksPath config #853

Closed anglee closed 2 years ago

anglee commented 2 years ago

From git hooks documentation:

By default the hooks directory is $GIT_DIR/hooks, but that can be changed via the core.hooksPath configuration variable

The changes in this PR made git-meta honor the core.hooksPath variable.

anglee commented 2 years ago

I just rebased and now the checks are passing. Just want to bump this to see if there is still something I need to take care.