Closed skaurus closed 2 years ago
If some pre-commit hook prevents creating a commit (in my case it was a hook checking that commit message starts from lowercase letter), then commit would not be created;git cz though would appear as if it was successful.
git cz
same issue on my side. Would be great to have pre-commit logs as well, they are hidden
This is a serious bug, I have fixed it, thank you both. @skaurus @deimosfr
solved.
If some pre-commit hook prevents creating a commit (in my case it was a hook checking that commit message starts from lowercase letter), then commit would not be created;
git cz
though would appear as if it was successful.