Githooks icon indicating copy to clipboard operation
Githooks copied to clipboard

🦎 Githooks: per-repo and shared Git hooks with version control and auto update. [✩Star] if you're using it!

Results 22 Githooks issues
Sort by recently updated
recently updated
newest added

- All files in `.githooks/` which are dotfiles are not really needed. E.g. `.shared.yaml`, `.env.yaml`. The top folder is already hidden.

enhancement
breaking

Exchange with podman or docker detection, take podman first.

enhancement
wip

- Tests 500 and 501 depend on some download which does first work with version 3.0

enhancement
wip

- Expansion only for `githooks.` prefixed variables.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20210107192922-496545a6307b&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

- Use `GITHOOKS_HOOKS_DIR_NAME` env. variable overwrite the `.githooks` directory name for normal and shared repositories. - Usage `GITHOOKS_HOOKS_DIR_NAME=mybla` will resolve `.mybla` in local repos and `mybla` and `.mybla` in shared...

I commit my gitconfig, and, with the installation happening at $HOME, is creating a problema with the path. I'd like to be able to use environment variable in config, like...

enhancement