Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.49k stars 110 forks source link

Max line length limit / ruler for commit title and message #659

Open redactedscribe opened 11 months ago

redactedscribe commented 11 months ago

It's often recommend to make commit titles (first line) to be 50 characters or less in length. For the message (description on lines below) this is usually a max of 80.

If we could set a max length for the first and second+ lines separately, this would help. That, or add max line length rulers, such as in VS Code to indicate the max length (sometimes you may want to go over by a few characters).

Thanks.