Changes for version 2.9.2 - 2018-03-28
- Fixes
- CheckReference: Remove a try/catch block that was missed when we removed the dependency on Try::Tiny.
- Notify: Skip a test which requires HTML::Entities.
Documentation
Modules
- Git::Hooks - Framework for implementing Git (and Gerrit) hooks
- Git::Hooks::CheckAcls - [DEPRECATED] Git::Hooks plugin for branch/tag access control
- Git::Hooks::CheckCommit - Git::Hooks plugin to enforce commit policies
- Git::Hooks::CheckFile - Git::Hooks plugin for checking files
- Git::Hooks::CheckJira - Git::Hooks plugin which requires citation of JIRA issues in commit messages
- Git::Hooks::CheckLog - Git::Hooks plugin to enforce commit log policies
- Git::Hooks::CheckReference - Git::Hooks plugin for checking references
- Git::Hooks::CheckRewrite - Git::Hooks plugin for checking against unsafe rewrites
- Git::Hooks::CheckWhitespace - Git::Hooks plugin for checking whitespace errors
- Git::Hooks::GerritChangeId - Git::Hooks plugin to insert a Change-Id in a commit message
- Git::Hooks::Notify - Git::Hooks plugin to notify users via email
- Git::Hooks::PrepareLog - Git::Hooks plugin to prepare commit messages before being edited
- Git::Hooks::Test - Git::Hooks testing utilities
- Git::Message - A Git commit message
- Git::Repository::Plugin::GitHooks - A Git::Repository plugin with some goodies for hook developers