Changelog
- f028352 0.8.0: Skip hooks in merge/rebase, hide summary, NPM installer package
- 9ba7d84 Add blog post for React/React Native (#223) [ci skip]
- 2fe9766 Add global npm install option to docs [ci skip] (#194)
- 49e3409 Add golangci-lint workflow
- 6b4f4ef Allow skipping hooks in certain git states: merge and/or rebase (#173)
- d65edc8 Allows lefthook to work when node_modules is not in root folder for npx (#224)
- 6e94063 Build binaries on GitHub Actions so people can test lefthook easily
- ad086ac Do not initialize git config on
help
andversion
commands (#209) - d3d1386 Document installing from Snap store on Linux. Closes #161 [ci skip]
- 51ea157 Fix incorrect npx command in git hook script template (#236)
- 8defa7e Fix lefthook binary extension on Windows
- 12ad491 Fix path for searching npm-installed binary when in worktree (#193)
- d98dc59 Fix typo in docs/full_guide.md (#256)
- 352531c Fix unreachable conditional in hook template (#242)
- ac987c8 Include archived binaries in the releases (#189)
- 8fe6b50 LEFTHOOK_QUIET environment variable with the same function as skip_output
- 9f5e452 Make filename globs case-insensitive (#196)
- df55fd9 Merge branch '0-7-stable'
- eae9d36 Merge remote-tracking branch 'origin/0-7-stable'
- aa26a08 Npm: download the required binaries during installation (#188)
- 6c84d85 Pass all arguments to downstream hooks (#231)
- 3c60f88 Remove code duplication
- c3b9420 Replace deprecated
File.exists?
withexist?
for Ruby wrapper (#263) - 87f84cf Split NPM package to two: bundled and installer (#273)
- 70f6b51 Stop building 32-bit binaries for releases due to low usage [ci skip]
- 13370c6 Support skipping summary output
- d1c9e0f Update project URLs in NPM package.json (#235)
- 9a77793 chore(lint): Fix golangci-lint complains
- 8b321bf docs(usage): Add commitlint example in full_guide (#201)
- c43d472 fix(hook.tmpl): adds cpu arch and os arch to
lefthook
's filepath (#260) - bf2fa19 node: fix docs to actually refer to the correct package (#218) [ci skip]
- 7250a6e node: process.cwd is a function and should be called