-
-
Notifications
You must be signed in to change notification settings - Fork 605
Warn when commit message is suspiciously long #478
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
Comments
problem with this is that it is not well defined what limits are correct and I am shying away of requiring the user to fiddle in more config files. the most common way to assure stuff like this is having (pre)commit-hooks |
to reiterate my feedback from the #508: I am not a fan of this requiring new configuration, abusing the style config I not an option. my suggestion for an MVP is:
|
I wonder how the 2nd line has appeared. Have you merged/implemented shift+enter somewhere in-between? :) |
that's what the external editor support is currently used for: edit: that is until #509 is merged |
Subscribed. Thank you! |
right now the limit is hardcoded to 50 in accordance to official git best practices this closes #478
Is your feature request related to a problem? Please describe.

Users might write extra-long commit messages which frustrate variety of workflows.
Consider someone pushing the following:
Describe the solution you'd like
Describe alternatives you've considered
Format each commit manually.
Additional context
N/A
The text was updated successfully, but these errors were encountered: