Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved the pre-commit hook | John Wiegley | 2009-02-21 | 1 | -7/+5 |
| | |||||
* | Updated the pre-commit hook | John Wiegley | 2009-02-20 | 1 | -6/+25 |
| | | | | | Now it regenerates the build environment if Makefile.am or configure.ac has changed. | ||||
* | Added tools/excludes and tools/pre-commit | John Wiegley | 2009-02-13 | 1 | -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. |