Commit graph

7 commits

Author SHA1 Message Date
thdox
c397f6f53a Improve quoting
[ci skip]
2015-02-10 21:29:00 +01:00
thdox
9d82674c88 SC2086 Double quote to prevent globbing and word splitting.
http://www.shellcheck.net/

[ci skip]
2015-02-08 16:57:36 +01:00
thdox
a60ff5dc22 SC2069 The order of the 2>&1 and the redirect matters.
The 2>&1 has to be last.
http://www.shellcheck.net/

[ci skip]
2015-02-08 16:57:30 +01:00
thdox
62977ea23a SC2112 'function' keyword is non-standard. Delete it.
http://www.shellcheck.net/

[ci skip]
2015-02-08 16:57:23 +01:00
Alexis Hildebrandt
2d45bd8c25 [tools] Improve prepare git commit message hook
by ignoring merge commits and commits with a message
already containing `[ci skip]`.
2015-01-23 16:20:39 +01:00
Alexis Hildebrandt
b800cfc418 [travis] Run Travis build when .travis.yml changed
- Change match pattern to include ^\.travis.yml
- Add executable file permissions for tools/prepare-commit-msg
[ci skip]
2014-12-24 11:00:05 +01:00
Alexis Hildebrandt
1522a382e0 Add git hook to skip continous integration
if the commit is not related to code under test.
[ci skip]
2014-12-21 20:54:01 +01:00