git-hooks
Here are 307 public repositories matching this topic...
-
Updated
Oct 8, 2021 - PHP
-
Updated
Oct 10, 2021 - PHP
-
Updated
Oct 3, 2021 - TypeScript
I get the following errror
ENOENT: no such file or directory, open '/Users/niklaas/git/abc/def/.git/worktrees/<name of worktree>/hooks/pre-commit'
when running npx simple-pre-commit inside a git worktree.
-
Updated
Sep 30, 2021 - Swift
-
Updated
Aug 26, 2021 - Ruby
-
Updated
May 4, 2021 - Shell
-
Updated
Nov 28, 2017 - PHP
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Aug 6, 2021 - Shell
-
Updated
Jul 8, 2021 - Shell
-
Updated
Jun 25, 2020 - Shell
-
Updated
May 24, 2019 - JavaScript
-
Updated
Sep 3, 2014 - PHP
-
Updated
Apr 21, 2020 - PHP
-
Updated
Apr 4, 2015 - Shell
-
Updated
Apr 9, 2021 - Python
We've a custom build script that's used to provide a shortcut path for folks that want to make it easy for their users to enable hooks in their local env, and this works by leveraging the internal init function.
That's well and good for the lib cases (added as a dev dep and compiled during a cargo test), but there's no reason to attempt to init when building the bin/cli target (e.g. `cargo in
When you run a git hook, the Runner task works, your .commitee.exs works, but then the message does not print out.
Relevant line in mix commitee.runner, right here
-
Updated
Jun 30, 2021 - PowerShell
Improve this page
Add a description, image, and links to the git-hooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the git-hooks topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Whenever I update one of my dependencies in a bazel workspace, I often have to reset the SHA for one of my [package-type].bzl files since these also contain SHA hashes that are not sensitive and talisman interprets as secrets.
Describe the solution you'd like
The 'node' scope fixed a similar problem I had with the package-