Revision history for Git-Hooks. -*- text -*-
0.007 2012-07-17 08:59:31 America/Sao_Paulo
Fix still more errors detected by
http://cpantesters.org/distro/G/Git-Hooks.html.
0.006 2012-07-16 17:29:12 America/Sao_Paulo
Enable pre 1.7.2 gits by using old-fashioned rev-list --pretty
formats.
0.005 2012-07-16 10:17:16 America/Sao_Paulo
Fix some errors detected by
http://cpantesters.org/distro/G/Git-Hooks.html.
0.004 2012-07-15 22:01:36 America/Sao_Paulo
Fix missing required dependency.
0.003 2012-07-15 18:33:20 America/Sao_Paulo
Fix dependency on App::gh::Git.
0.002 2012-07-11 America/Sao_Paulo
Implement support for driving external hooks.
Rename option githooks.hookdir to githooks.plugins.
Rename default local plugin directory from .git/hooks.d to
.git/githooks.
Add option githooks.externals to disable external hooks processing.
Add option githooks.hooks to specify extra directories to look for
external hooks.
0.001 2012-07-10 America/Sao_Paulo
First release, with two hooks passing tests: check-acls.pl and
check-jira.pl.
I decided to incorporate Git::More in this distribution instead of
making it a separate module.
The documentation is lacking and the functionality needs to be
expanded.