Skip to content

Releases: rudikershaw/client-git-hooks

2.1.1

23 Jan 08:00
cf635bb
Compare
Choose a tag to compare

Fix an issue where git config checks were printing true to stdout.

2.1.0

16 Sep 11:26
Compare
Choose a tag to compare

The messages for each hook are now configurable. Please see the documentation for each hook for details.

2.0.1

04 Jan 20:03
61fbf94
Compare
Choose a tag to compare

Fix a cross platform bug where the file size hook did not work on BSD based systems (mac os for example).

2.0.0

31 Dec 20:20
d6cbf82
Compare
Choose a tag to compare
  • Standardize the names of all hooks as well as their documentation.
  • Add better documentation to help you migrate to the new configuration format.
  • Add a hook that validates commit author details before allowing commits.

1.0.4

12 Nov 15:14
Compare
Choose a tag to compare

Fix bug where commit message regex check was using BSD incompatible grep arguments.

1.0.3

11 Nov 14:58
Compare
Choose a tag to compare

Fixed a bug where we are checking the maximum file sizes of deleted files.

1.0.2

11 Nov 14:43
Compare
Choose a tag to compare

Fixed a bug with packaging of the final product.

1.0.1

22 Dec 11:40
Compare
Choose a tag to compare

Fix bugs with grouped hooks scripts and added tests.

1.0.0

10 Nov 15:22
a6d1212
Compare
Choose a tag to compare

Initial release.