diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-04-08 19:17:12 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-08 19:17:12 (GMT) |
commit | c7145ce8f77eea28b43f113697e7c9b6db21773f (patch) | |
tree | 2a24618f8ab92bd085c28f4f50623eb4147e673e /BuildTools/Git | |
parent | d53ceecb25f336fd1e7e5d9a6ae52599ff2cb12b (diff) | |
download | swift-c7145ce8f77eea28b43f113697e7c9b6db21773f.zip swift-c7145ce8f77eea28b43f113697e7c9b6db21773f.tar.bz2 |
Install pre-commit hook.
Diffstat (limited to 'BuildTools/Git')
-rwxr-xr-x | BuildTools/Git/Hooks/pre-commit | 1 |
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 |