summaryrefslogtreecommitdiffstats
path: root/Utilities/Git/pre-commit
Commit message (Collapse)AuthorAgeFilesLines
* pre-commit: Reject C++ code with lines too longBrad King2012-07-171-0/+20
| | | | | Check changes in Source/*.h and Source/*.cxx for lines longer than our style limit.
* pre-commit: Reject changes to KWSys through GitBrad King2011-10-241-2/+26
| | | | Explain in the rejection message why KWSys cannot be changed in Git.
* Add pre-commit|commit-msg|prepare-commit-msg hook placeholdersBrad King2011-10-241-0/+23
Add CMake-specific hook placeholders that chain from the main hooks branch after it is installed into the local .git/hooks directory.