jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Mark commit messages correctly if too long #127

Closed markokajzer closed 8 years ago

markokajzer commented 8 years ago

Fixes #94

Before this fix every commit message that had at least 50 characters was colored red. Now, commit messages are only being colored, when either the first line is longer than 50 or any other line is longer than 80 characters.