|
|
|
|
|
by netcoyote
2 days ago
|
|
You are correct: git 2.54 supports multiple hooks via a the git repo and global configuration files. Git-multi-hook predates that, but I updated it to use the new 2.54 config-based format. The significant advantage of git-multi-hook is that they all run in parallel. I run eight hooks on precommit, so parallelism is a big win. I will update the README to make note. Thanks! |
|