- Don't execute shell as a program explicitly (#10)
- Show output from hooks (#8)
- Add universal os support via
python
hooks #4
- Fix missing hooks for
hg
#3
- Fix handle space in
PATH
#150
- Fix handle space in
HOME
- Fix Git hooks install on Windows
- Fix hook script when
nvm
was installed with Brew
- Fix
npm@5
Error: Cannot find module
warning when uninstalling - Drop
Node 0.12
support - Don't reload
nvm
if it's already inPATH
- Add Git worktree support #114
- Hide irrelevant
--no-verify
message forprepare-commit-msg
#137
- Add Node version to husky output
- Revert
Fixes issue with OS X + brew where nvm was loaded even when npm was already present
that was introduced inv0.13.0
as it was preventing Husky to loadnvm
in some cases #106
- Fixes issue #103
- Makes it easier for projects to transition from ghooks by detecting ghooks installed scripts and automatically migrating them
- Makes
husky
a little less verbose by default - Fixes issue with
OS X + brew
wherenvm
was loaded even whennpm
was already present - Fixes issue with Git
v1.9
on Windows - Prevents Git hooks being installed when husky is in a sub
node_modules
directory (i.e../node_modules/A/node_modules/husky
)
- Adds Git submodule support
- Adds Cygwin support
- Improves edge cases support (
.git
not found andgit
not inPATH
) - If
npm
is already present in path, doesn't loadnvm
default or.nvmrc
version, which makes things faster in terminal. In GUI apps, the behavior is unchanged.