| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [task/git-tools] Ignore git commit message comments | Chris Smith | 2010-08-10 | 1 | -1/+13 |
| | | | | | | | | Git commit message comments can be contained anywhere in the message and this change ignores where they appear. PHPBB3-9768 | ||||
| * | [task/git-tools] Adjust the hook to enforce that a ticket is always mentioned | Chris Smith | 2010-08-10 | 1 | -2/+2 |
| | | | | | PHPBB3-9768 | ||||
| * | [task/git-tools] Vastly expanded commit-msg hook. | Chris Smith | 2010-08-10 | 1 | -5/+224 |
| | | | | | | | | | | | | | | | | | This updated hook supports validates each line of the commit message confirms to the phpBB standards [1], there are two git config options which adjust the behaviour of the hook. They are: * phpbb.hooks.commit-msg.fatal: Set to false for the hook to allow commits with malformed structure, useful if you'll be squashing or editing the commits later. True is the default value. * phpbb.hooks.commit-msg.debug: Any integer value greater than 0 will increase the debugging verbosity of the hook, the default value is 0. [1] http://wiki.phpbb.com/display/DEV/Git PHPBB3-9768 | ||||
| * | [task/git-tools] Beginnings of a syntax checking hook. | Chris Smith | 2010-08-10 | 1 | -0/+26 |
| | | | | | | | Currently this hook checks line length is less than or equal to 80 characters. PHPBB3-9768 | ||||
| * | [task/git-tools] Append ticket identifier to commit message prior to editing. | Chris Smith | 2010-08-10 | 1 | -24/+0 |
| | | | | | PHPBB3-9770 | ||||
| * | [task/git-tools] move ticket id appending to commit-msg hook | Igor Wiedler | 2010-07-12 | 1 | -0/+24 |
| PHPBB3-9770 | |||||
