summaryrefslogtreecommitdiff
path: root/tools/prepare-commit-msg
Commit message (Collapse)AuthorAgeFilesLines
* Improve quotingthdox2015-02-101-1/+1
| | | | [ci skip]
* SC2086 Double quote to prevent globbing and word splitting.thdox2015-02-081-1/+1
| | | | | | http://www.shellcheck.net/ [ci skip]
* SC2069 The order of the 2>&1 and the redirect matters.thdox2015-02-081-1/+1
| | | | | | | The 2>&1 has to be last. http://www.shellcheck.net/ [ci skip]
* SC2112 'function' keyword is non-standard. Delete it.thdox2015-02-081-1/+1
| | | | | | http://www.shellcheck.net/ [ci skip]
* [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]