summaryrefslogtreecommitdiff
path: root/tools/pre-commit
Commit message (Collapse)AuthorAgeFilesLines
* Improved the pre-commit hookJohn Wiegley2009-02-211-7/+5
|
* Updated the pre-commit hookJohn Wiegley2009-02-201-6/+25
| | | | | Now it regenerates the build environment if Makefile.am or configure.ac has changed.
* Added tools/excludes and tools/pre-commitJohn Wiegley2009-02-131-0/+39
These files are used to creat ea Git pre-commit hook which verifies each proposed change by running "make check". Otherwise, I only know if my working tree is sane, and not if each commit is sane before it goes into the repository.