From a7a7358fb32e0e2b7c21dfa76ff993253994d488 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 May 2009 21:18:32 +0200 Subject: git: activate default commit hook --- bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index cb74121e..c7737a6e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -40,6 +40,12 @@ run_versioned() { set -ex +if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then + echo "Activating pre-commit hook." + cp -av .git/hooks/pre-commit.sample .git/hooks/pre-commit + chmod -c +x .git/hooks/pre-commit +fi + # We check for this here, because if pkg-config is not found in the # system, it's likely that the pkg.m4 macro file is also not present, # which will make PKG_PROG_PKG_CONFIG be undefined and the generated -- cgit