Whamcloud - gitweb
LU-3434 build: disable automatic Git hook install
[fs/lustre-release.git] / autogen.sh
index fd09398..00f5c4b 100644 (file)
@@ -18,13 +18,6 @@ run_cmd()
        echo
 }
 
-# install Lustre Git commit hooks by default - LU-2083
-for HOOK in commit-msg prepare-commit-msg; do
-       if [ -d .git/hooks -a ! -e .git/hooks/$HOOK ]; then
-               ln -sf ../../build/$HOOK .git/hooks/
-       fi
-done
-
 echo "Checking for a complete tree..."
 REQUIRED_DIRS="libcfs lnet lustre"
 OPTIONAL_DIRS="snmp portals"