The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.039 - 2013-03-14

  • New features
    • run_hook doesn't die at the first error anymore. Now it collects errors from all hooks to be able to show them all when it dies at the end. These modification required changes to all plugins to make them invoke an error method instead of simply dying.
  • Changes
    • Git::More::get_current_branch previously returned the branch short-name. Now it returns the branch full name. Moreover, when in dettached mode it returns undef.
  • Fixes
    • The exit code of external pre-receive hooks weren't being dealt with correctly.
    • The arguments for update and pre-receive hooks weren't being dealt with correctly when new branches were being pushed or branches were being deteled on a push.
    • Fix Git::More::is_ref_enabled for when in dettached head state. It returns true in this case.
  • Cleanup
    • Fix all L<> POD tags in the documentation.

Documentation

Modules

A framework for implementing Git hooks.
Git::Hooks plugin for branch/tag access control.
Git::Hooks plugin which requires citation of JIRA issues in commit messages.
Git::Hooks plugin to enforce commit log policies.
Git::Hooks plugin for checking against unsafe rewrites
Git::Hooks plugin for ref/file structure validation.
Git::Hooks plugin to insert a Change-Id in a commit message.
A Git extension with some goodies for hook developers.