aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2014-02-17Don't output error when checking files that have been removed and don't exists.Benjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2013-02-01Augmenting the copyright_year check to be able to check that a copyright ↵Phil Black-Knight
exists for a specific entitfy for the current year.
2012-04-09Add hook that checks the commit message for hints it should be split.Benjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2012-01-25Don't turn on set -e until after we test for the presence of aspell.Benjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2010-06-19Change license of all code from the 4 clause license to the 3 clause licenseBenjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2010-03-19Add a pre-receive hook that checks the amount of free space and warns if it ↵Benjamin C Meyer
is too low. Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2010-03-17Add a new commit-msg hook that checks for duplicate Signed-off-by linesBenjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2010-03-17Add a new pre-commit hook that checks for the current year in the copyright.Benjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2010-03-17Add a commit-msg hook that spell checks the commit message.Benjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2010-03-17Add missing BSD license headers.Benjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2010-03-17Add a pre-commit hook that checks for whitespace errorsBenjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
2010-03-17Add a pre-commit hook that checks bash files for syntax errorsBenjamin C Meyer
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>