Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.45 KB

File metadata and controls

53 lines (36 loc) · 2.45 KB
Root.Metadata.CommitMessage.Body.Length Parent Index
Sibling aspects Existence

Length

The length of your commit message body lines.

Tastes

Taste Meaning Values
max_body_length The maximal number of characters the body may contain in one line. The newline character at each line end does not count to that length. 72, 50, 80

* bold denotes default value

Subaspects

This aspect does not have any sub aspects.

Example

Some people just write very long commit messages. Too long.
Way too much actually. If they would just break their lines!

Importance

Git and platforms like GitHub usually break everything beyond 72 characters, making a message containing longer lines hard to read.

How to fix this

Simply break your lines right before you hit the border.