Revision history for Git-Hooks. -*- text -*-
0.012     2012-07-26 12:11:10 America/Sao_Paulo
0.011     2012-07-25 11:12:01 America/Sao_Paulo
	Improve testing framework.
0.010     2012-07-23 11:25:09 America/Sao_Paulo
	Check if we have git installed before generating Makefile from
	Makefile.PL so that we avoid producing bogus cpantesters.org
	reports.
0.009     2012-07-22 11:21:18 America/Sao_Paulo
	Show git version upon test failure.
0.008     2012-07-20 17:19:17 America/Sao_Paulo
	Fix check-acls.pl to detect ref rewrites to non-related
	commits.
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.