summaryrefslogtreecommitdiff
path: root/tools/pre-commit
Commit message (Collapse)AuthorAgeFilesLines
* Minor corrections to tools/pre-commitJohn Wiegley2010-06-121-7/+11
|
* Untabified all source filesJohn Wiegley2010-06-111-4/+4
|
* Minor fix to tools/pre-commitJohn Wiegley2010-06-101-2/+2
|
* Updated tools/pre-commitJohn Wiegley2010-06-031-5/+9
|
* Don't run the pre-comment hook for the next branchJohn Wiegley2009-10-251-1/+2
|
* Removed -j option from pre-comment exampleJohn Wiegley2009-10-111-1/+1
|
* Rewrote acprep in Python and improved the buildJohn Wiegley2009-03-091-21/+11
|
* Several improvements to how directories are chosenJohn Wiegley2009-03-081-2/+12
|
* make release-distcheck works againJohn Wiegley2009-03-071-0/+7
|
* Added call to TopGit's pre-commit hook in mineJohn Wiegley2009-03-061-0/+2
|
* In the pre-commit hook, run acprep, not myacprepJohn Wiegley2009-03-041-14/+13
|
* Add -j3 to the pre-commit hook's make invocationJohn Wiegley2009-02-271-1/+1
|
* Removed special case from pre-commit hookJohn Wiegley2009-02-271-4/+0
|
* 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.