aboutsummaryrefslogtreecommitdiffstats
path: root/git-tools/hooks/commit-msg
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10093] Use correct ANSI code for clearing color.Oleg Pudeyev2011-12-031-2/+2
* [ticket/10093] Make commit-msg always not fatal by nuking all fatal logic.Oleg Pudeyev2011-12-031-18/+3
* [ticket/10093] Use color in commit-msg hook warning/error messages.Oleg Pudeyev2011-11-261-1/+50
* [ticket/10093] Refactor complaining in commit-msg hook for color support.Oleg Pudeyev2011-11-261-17/+22
* [ticket/10093] Respect phpbb.hooks.commit-msg.fatal on syntax errors.Oleg Pudeyev2011-11-261-1/+1
* [ticket/10093] Document phpbb.hooks.commit-msg.fatal setting.Oleg Pudeyev2011-11-261-0/+5
* Merge branch 'ticket/p/10092' into develop-olympusAndreas Fischer2011-03-141-1/+1
|\
| * [ticket/10092] Ignore overlength comment lines in commit-msg hook.Oleg Pudeyev2011-03-111-1/+1
* | [ticket/10078] Avoid \n in strings given to echo for portability.Oleg Pudeyev2011-03-111-2/+3
|/
* [ticket/9824] Accept commit messages with less than perfect headings.Oleg Pudeyev2011-03-011-1/+13
* [ticket/9824] Allow empty lines after ticket reference.Oleg Pudeyev2011-03-011-1/+8
* [ticket/9824] Handle empty commit messages in commit-msg hook.Oleg Pudeyev2011-03-011-0/+11
* [task/git-tools] Change the GNU --lines argument to the POSIX -lChris Smith2010-09-081-1/+1
* [task/git-tools] Solve dependency on the GNU wc --max-line-length optionChris Smith2010-09-071-3/+4
* [task/git-tools] Ignore git commit message commentsChris Smith2010-08-101-1/+13
* [task/git-tools] Adjust the hook to enforce that a ticket is always mentionedChris Smith2010-08-101-2/+2
* [task/git-tools] Vastly expanded commit-msg hook.Chris Smith2010-08-101-5/+224
* [task/git-tools] Beginnings of a syntax checking hook.Chris Smith2010-08-101-0/+26
* [task/git-tools] Append ticket identifier to commit message prior to editing.Chris Smith2010-08-101-24/+0
* [task/git-tools] move ticket id appending to commit-msg hookIgor Wiedler2010-07-121-0/+24