hooks4git
hooks4git copied to clipboard
Extensible Hook Management System for GIT
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pipenv](https://github.com/pypa/pipenv) from 2018.11.26 to 2022.1.8. Release notes Sourced from pipenv's releases. Release v2022.1.8 No release notes provided. Release v2021.11.23 No release notes provided. Release v2021.11.15 No release notes provided....
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Hi! For some hooks (for example commit-msg), git will call the hook with the path to the file containing the commit message (almost always `.git/COMMIT_EDITMSG`). From `man githooks`: ``` commit-msg...
This fails: build = ./build.sh This works: build = ./build.sh none