Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve quoting | thdox | 2015-02-10 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | SC2086 Double quote to prevent globbing and word splitting. | thdox | 2015-02-08 | 1 | -1/+1 |
| | | | | | | http://www.shellcheck.net/ [ci skip] | ||||
* | SC2069 The order of the 2>&1 and the redirect matters. | thdox | 2015-02-08 | 1 | -1/+1 |
| | | | | | | | The 2>&1 has to be last. http://www.shellcheck.net/ [ci skip] | ||||
* | SC2112 'function' keyword is non-standard. Delete it. | thdox | 2015-02-08 | 1 | -1/+1 |
| | | | | | | http://www.shellcheck.net/ [ci skip] | ||||
* | [tools] Improve prepare git commit message hook | Alexis Hildebrandt | 2015-01-23 | 1 | -2/+13 |
| | | | | | by ignoring merge commits and commits with a message already containing `[ci skip]`. | ||||
* | [travis] Run Travis build when .travis.yml changed | Alexis Hildebrandt | 2014-12-24 | 1 | -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 integration | Alexis Hildebrandt | 2014-12-21 | 1 | -0/+27 |
if the commit is not related to code under test. [ci skip] |