andkirby / commithook

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

Split up commit message sentences to a list #104

Closed andkirby closed 8 years ago

andkirby commented 8 years ago

git commit -m 'I have done this. And I have done that.' will produce a commit message:

Implemented #33: Make smth good now
 - I have done this.
 - And I have done that.

Command to enable this feature:

$ commithook message explode 1
andkirby commented 8 years ago

'--set' option added in #108.