diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-03-28 12:42:31 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-03-28 12:42:31 (GMT) |
commit | 44dd6bc44854c0e2b0f076d39db9ef3b227ab3aa (patch) | |
tree | de96319fb866ac431e52a1b14e0b9970ac24bbce /BuildTools/Git | |
parent | 625d6a9f18c2377cdc3180e74b773ce3cbb2dcba (diff) | |
download | swift-44dd6bc44854c0e2b0f076d39db9ef3b227ab3aa.zip swift-44dd6bc44854c0e2b0f076d39db9ef3b227ab3aa.tar.bz2 |
Removing BuildTools module.
Diffstat (limited to 'BuildTools/Git')
-rwxr-xr-x | BuildTools/Git/Hooks/pre-commit | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/BuildTools/Git/Hooks/pre-commit b/BuildTools/Git/Hooks/pre-commit deleted file mode 100755 index 9ffc1c7..0000000 --- a/BuildTools/Git/Hooks/pre-commit +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -echo "Checking tabs ..." -if ! BuildTools/CheckTabs.py; then - echo "Expanded tabs found. Aborting commit." - exit -1 -fi |