summaryrefslogtreecommitdiff
path: root/tools/prepare-commit-msg
Commit message (Collapse)AuthorAgeFilesLines
* [tools] Improve prepare git commit message hookAlexis Hildebrandt2015-01-231-2/+13
| | | | | by ignoring merge commits and commits with a message already containing `[ci skip]`.
* [travis] Run Travis build when .travis.yml changedAlexis Hildebrandt2014-12-241-1/+1
| | | | | | - Change match pattern to include ^\.travis.yml - Add executable file permissions for tools/prepare-commit-msg [ci skip]
* Add git hook to skip continous integrationAlexis Hildebrandt2014-12-211-0/+27
if the commit is not related to code under test. [ci skip]