This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  37c36202c6f98faabe5fdbc3efe3174997b2466e (commit)

- Log -----------------------------------------------------------------
a7a7358 git: activate default commit hook
-----------------------------------------------------------------------

Summary of changes:
 bootstrap.sh |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------

commit a7a7358fb32e0e2b7c21dfa76ff993253994d488
Author: Lennart Poettering <[email protected]>
Date:   Mon May 11 21:18:32 2009 +0200

    git: activate default commit hook

diff --git a/bootstrap.sh b/bootstrap.sh
index cb74121..c7737a6 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

-- 
hooks/post-receive
PulseAudio Sound Server
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to