-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print summary after checking a commit #409
Comments
One part to figure out is how this all works. You give an example with Another is fit. |
In the case of
This is a good point. I think including some general information about commits (e.g. type, scope, is-breaking, etc.) when However, I see that printing a summary might not be fully aligned with the goals of |
So it sounds like you are wanting something more like The use case you gave is unrelated to linting. To support it, I feel like we should probably grow beyond linting to being a more general purpose commit message tool. I'm a little hesitant to taking on that increase in scope, especially as I don't have a good vision for what all would then be in scope. |
Hey there! 👋🏼
I'm considering to switch from
cocogitto
tocommitted
in a project since I find it more elaborate for checking commits. One thing that I'm missing is the commit summary in thecog verify
output:Compared to
committed
:This summary is especially useful when being run with a pre-commit hook and helps me visualize the changes in a branch better.
Would it be possible to add something like that to
committed
as well? Thanks!The text was updated successfully, but these errors were encountered: