From: Edward Hervey Date: Thu, 22 Jan 2009 05:12:55 +0000 (+0100) Subject: Install and use pre-commit indentation hook from common X-Git-Tag: 1.19.3~507^2~19672 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71789c970d2c73b9c737a866e8b4c2fed5bae1ed;p=platform%2Fupstream%2Fgstreamer.git Install and use pre-commit indentation hook from common --- diff --git a/autogen.sh b/autogen.sh index 589e856..0ea5b17 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,6 +22,13 @@ then fi . common/gst-autogen.sh +# install pre-commit hook for doing clean commits +if test ! -x .git/hooks/pre-commit; +then + cp common/hooks/pre-commit.hook .git/hooks/pre-commit + chmod +x .git/hooks/pre-commit +fi + CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc' autogen_options $@ diff --git a/common b/common index 5dc8ae3..137543b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 5dc8ae302733ce1aae5b1aaa613ce77a8ae4b3d9 +Subproject commit 137543b7e782c811bc88bf9210323e7e75835d18