composer-git-hooks icon indicating copy to clipboard operation
composer-git-hooks copied to clipboard

Easily manage git hooks in your composer config

Results 17 composer-git-hooks issues
Sort by recently updated
recently updated
newest added

Is it possible to create a new tag ... because of #113

Hi there, I changed a pre-commit hook to run on pre-push, ran `cghooks update`, but now the hook always runs on pre-commit.. All traces of pre-commit have been removed (composer.json,...

Adding the hooks via `cghooks add -l`, does not - as expected - create a `cghooks.lock` file. I'm using cghooks 2.8.5 while reproducing this problem. However, running `cghooks remove` creates...

You can reconstruct this bug by using [vardrop/cghooks-test](https://github.com/vardrop/cghooks-test) ## Description When defining an array as a composer git hook on windows, only the first in the array gets executed. This...

Would it be possible to publish a stable tag for 3.0.0? Unfortunately this package is still broken with Symfony 6 if the projects minimum-stability is stable.

Considering PHP 7.4 isn't EOL until the end of the year it would be nice to still include in version 3.0

Adding 7.4 as it's still supported till the end of the year. [Supported Versions](https://www.php.net/supported-versions.php) closes (#132)

When the hook is a sequence of commands, execution is not stopped when the command fails. When the first command fails, it proceeds to the next command, and if the...