andkirby / commithook

CommitHooks code validation and auto-formatting commit message.
GNU General Public License v3.0
7 stars 3 forks source link

msg: Issue duplicated in description #92

Closed andkirby closed 7 years ago

andkirby commented 8 years ago

Make commit message:

git commit -m '88
test'

First line is omitted. Actual:

     - 88
    test

Expected:

     - test
andkirby commented 8 years ago

See also #32.

andkirby commented 7 years ago

Thanks, @ant-workaholic! ;)

ant-workaholic commented 7 years ago

@andkirby: You are welcome!!!