summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-04-08 19:17:12 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-04-08 19:17:12 (GMT)
commitc7145ce8f77eea28b43f113697e7c9b6db21773f (patch)
tree2a24618f8ab92bd085c28f4f50623eb4147e673e /BuildTools/Git
parentd53ceecb25f336fd1e7e5d9a6ae52599ff2cb12b (diff)
downloadswift-c7145ce8f77eea28b43f113697e7c9b6db21773f.zip
swift-c7145ce8f77eea28b43f113697e7c9b6db21773f.tar.bz2
Install pre-commit hook.
Diffstat (limited to 'BuildTools/Git')
-rwxr-xr-xBuildTools/Git/Hooks/pre-commit1
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTools/Git/Hooks/pre-commit b/BuildTools/Git/Hooks/pre-commit
index 1e3e941..8130ad6 100755
--- a/BuildTools/Git/Hooks/pre-commit
+++ b/BuildTools/Git/Hooks/pre-commit
@@ -10,3 +10,4 @@ echo "Checking copyrights ..."
if ! BuildTools/Copyrighter.py check-all-copyrights; then
echo "Copyright error found. Aborting commit."
exit -1
+fi