phpbb/git-tools/hooks
Chris Smith db13dc2d43 [task/git-tools] Vastly expanded commit-msg hook.
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
2010-08-10 14:48:46 +01:00
..
commit-msg [task/git-tools] Vastly expanded commit-msg hook. 2010-08-10 14:48:46 +01:00
install [task/git-tools] add install and uninstall scripts for hooks 2010-07-12 02:04:29 +01:00
pre-commit [git-tools] Use @ instead of : in sed command in pre-commit hook for wider compatibility. 2010-04-13 21:44:18 +01:00
prepare-commit-msg [task/git-tools] Append ticket identifier to commit message prior to editing. 2010-08-10 14:48:40 +01:00
uninstall [task/git-tools] add install and uninstall scripts for hooks 2010-07-12 02:04:29 +01:00