lintingzhen / commitizen-go

The commitizen command line utility, without nodejs.
MIT License
243 stars 25 forks source link

`git cz` could silently fail #15

Closed skaurus closed 2 years ago

skaurus commented 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.

deimosfr commented 2 years ago

same issue on my side. Would be great to have pre-commit logs as well, they are hidden

lintingzhen commented 2 years ago

This is a serious bug, I have fixed it, thank you both. @skaurus @deimosfr

lintingzhen commented 2 years ago

solved.