I need to make sure commit messages are some what legit else reject it. The commit message should be like "#123 fixing missing bracket"
I want to make sure it begins with hash, there is an integer (no 123a), and the message is at least 10 words.
Nice to have: the message would not be the exact same in a row
I am using this Trac plugin for change set, it describes the commit message format in more detail http://trac-hacks.org/wiki/TracTicketChangelogPlugin
Thanks,