-
For me git pre-commit hooks aren't executed.
Judging from https://github.com/gitbutlerapp/gitbutler/issues/2551 it seems like they should be, just without being able to view the output?
-
Put binary/script in .git/hooks/commit-msg
Return status 0 if commit ok, non-zero for failure.
The program receives file containing commit msg as first arg.
Investigate how to make this hook follow t…
-
Right now the `src/Console/Commands/stubs/hook` file is creating all hooks in `.git/hooks` calling:
```
php {artisanPath} {command} $@ >&2
```
This is passing all the files to the command.
…
-
I ran below command to create commit hooks in my .git/hooks folder.
`npx mookme init --only-hook`
It created several files which i had selected. But the problem is that the contents of file is s…
-
### Is your feature request related to a problem? Please describe.
As a developer,
I would like all my linting tasks in sync,
So that I can ensure that pre-commit, PR checks, and auto-suggestion co…
-
So far I really enjoy using GitButler but I do always find myself confused as to why git hooks are disabled by default as those ensure consistent stable/linted code.
Is there any reason behind this…
-
> See also an [RFC (internal)](https://www.notion.so/kubefirst/Implement-Git-hooks-in-our-code-bases-18d9a5fde44342428ada64ef6b786164)
Projects such as [Pre-Commit](https://pre-commit.com/) and [Hu…
-
Cloned template. Ran `npm install`.
Console error:
```
> nextjs-starter-kit@0.1.0 prepare
> npx simple-git-hooks && npm run generate-schema
[INFO] Successfully set the pre-commit with comma…
-
#### Description :octocat:
After updating Spacemacs and my packages November 7th 2024, I haven't been able to use magit at all.
#### Reproduction guide :beetle:
- Start Emacs
- Navigate to a dir…
-
Since it is a well-known issue, we need to come up with idea, how to make it work
https://github.com/typicode/husky/issues/404
By the way, I do agree with this comment. This is not okay.
https://…