Provide an interface to the repository hooks.
It would be great to be able to have developers control the hooks used by a repository. For example, using the pre-commit hook to require a comment on every commit.
6
votes
Great suggestion! We are planning on including this in our next release. The current plan is to have a series of system-wide hook scripts which are enabled by administrators. Those scripts can then be turned on or off per repository.