Releases: dirk/quickhook
Releases · dirk/quickhook
v1.6.2
v1.6.1
v1.6.0
v1.5.0
pre-commit
hooks now havegit
shimmed to discourage stateful actions during parallel execution.pre-commit-mutating
hooks are now available: they will be executed sequentially before regular pre-commit hooks and are permitted to mutate state.- Switched to Kong for command line parsing.
- Switched from RSpec to native Go tests.
v1.0.0
- Made
pre-commit
not crash when handling deleted files. - Colorized output (on by default, pass
--no-color
or set either theQUICKHOOK_NO_COLOR
orNO_COLOR
environment variable to not colorize output). - Added
commit-msg
hook (non-parallel) with the same calling semantics as Git hooks (called with a single argument containing the path to the temporary file holding the message to be committed). - Switched from bats to RSpec for testing.