Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor corrections to tools/pre-commit | John Wiegley | 2010-06-12 | 1 | -7/+11 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -4/+4 |
| | |||||
* | Minor fix to tools/pre-commit | John Wiegley | 2010-06-10 | 1 | -2/+2 |
| | |||||
* | Updated tools/pre-commit | John Wiegley | 2010-06-03 | 1 | -5/+9 |
| | |||||
* | Don't run the pre-comment hook for the next branch | John Wiegley | 2009-10-25 | 1 | -1/+2 |
| | |||||
* | Removed -j option from pre-comment example | John Wiegley | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | Rewrote acprep in Python and improved the build | John Wiegley | 2009-03-09 | 1 | -21/+11 |
| | |||||
* | Several improvements to how directories are chosen | John Wiegley | 2009-03-08 | 1 | -2/+12 |
| | |||||
* | make release-distcheck works again | John Wiegley | 2009-03-07 | 1 | -0/+7 |
| | |||||
* | Added call to TopGit's pre-commit hook in mine | John Wiegley | 2009-03-06 | 1 | -0/+2 |
| | |||||
* | In the pre-commit hook, run acprep, not myacprep | John Wiegley | 2009-03-04 | 1 | -14/+13 |
| | |||||
* | Add -j3 to the pre-commit hook's make invocation | John Wiegley | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Removed special case from pre-commit hook | John Wiegley | 2009-02-27 | 1 | -4/+0 |
| | |||||
* | 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. |