lefthook icon indicating copy to clipboard operation
lefthook copied to clipboard

Fast and powerful Git hooks manager for any type of projects.

Results 148 lefthook issues
Sort by recently updated
recently updated
newest added

### :zap: Summary Hooks are triggered when executing git commands like `git commit` [When lefthook is executed ](https://github.com/evilmartians/lefthook/blob/master/internal/templates/hook.tmpl) it automatically check if the hooks are installed This is I believe...

feature request

### :zap: Summary Right now lefthook automatically installs github hooks files in the `git rev-parse --git-path hooks` folder This folder should be configurable. ### Value Every systems is configured differently,...

feature request

### :wrench: Summary This may be me misunderstanding lefthook's philosophy, but after reading through those issues and PRs: * https://github.com/evilmartians/lefthook/pull/402 * https://github.com/evilmartians/lefthook/issues/60 * https://github.com/evilmartians/lefthook/issues/239 * https://github.com/evilmartians/lefthook/issues/131 * https://github.com/evilmartians/lefthook/pull/676 * https://github.com/evilmartians/lefthook/issues/584...

bug

### :wrench: Summary I encounter 100 % reproducible freezes of our CI pipeline inside a ‘larger’ container image in a constrained CI environment. That are the discerning features, not OS...

bug

### :zap: Summary I am not sure lefthook or even git hooks are the right tools but I have the following problem: I have a set of private generic hooks...

feature request

### :wrench: Summary When manually running `lefthook run pre-push` when git lfs is active/installed lefthook stalls until a new-line is entered. ### Lefthook version ```bash › lefthook version -f 1.7.18...

bug

### :zap: Summary Git provides the ability to set a standard template for your git setup using the GIT_TEMPLATE_DIR, Lefthook should be able to point, or generate or store a...

feature request