summaryrefslogtreecommitdiff
path: root/pre-commit.hook
Commit message (Collapse)AuthorAgeFilesLines
* Use bash explicitely in the pre-commit hook.Steve Frécinaux2010-06-091-1/+1
| | | | | | | | The "builtin" command is not available in all sh flavours, so the pre-commit hook is going to fail if you use dash or others instead of bash as your default 'sh' alias. https://bugzilla.gnome.org/show_bug.cgi?id=620805
* Install pre-commit hook that checks the code changes for style conformanceTomeu Vizoso2010-05-261-0/+39