Root.Metadata.CommitMessage.Shortlog.Length |
Parent | Index |
Sibling aspects | ColonExistence | FirstCharacter | Tense | TrailingPeriod |
The length of your commit message shortlog (first line).
Taste | Meaning | Values |
---|---|---|
max_shortlog_length |
The maximal number of characters the shortlog may contain. | 72, 50, 80 |
* bold denotes default value
This aspect does not have any sub aspects.
Some people just write very long commit messages. Too long. "
Even full sentences. And more of them, too!
A good commit message should be quick to read and concise. Also, git and platforms like GitHub do cut away everything beyond 72, sometimes even 50 characters making any longer message unreadable.
Try to compress your message:
- Using imperative tense usually saves a character or two
- Omitting a trailing period saves another character
- Leave out unneeded words or details
- Use common abbreviations like w/, w/o or &.