andkirby / commithook

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

Add offline mode for "short commit message" #119

Open andkirby opened 8 years ago

andkirby commented 8 years ago

To enable short commit message feature it's needed issue type and issue summary and disable issue status validation. possible commands:

$ commithook tracker:task 123 bug 'Product page style is broken'

$ commithook tracker:task 123 --summary 'Product page style is broken'
$ commithook tracker:task 123 --type bug