|
|
|
|
|
by optionalsquid
49 days ago
|
|
Support for config based hooks is very nice. Only a few days ago, I was just looking for some way to automatically check (and fail) if there are inactive hooks when I try to commit. I already use `advice.ignoredhook`, but it's easy to miss the warning if you commit through VSCode, and possibly through other IDEs. With this, I can just write a simple script to perform that check, and add it to my global config |
|