diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-01-30 08:54:42 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-01-30 08:54:59 +0100 |
commit | 681e1c8a03c2c1c0d56cd76d3f5a9a328a8f9881 (patch) | |
tree | 1cadbdcc90a87e8685ad76cb4f4542454e1666bc | |
parent | 648e37aeeba066ec297a51ec941ccf786205749a (diff) | |
download | gst-plugins-bad-681e1c8a03c2c1c0d56cd76d3f5a9a328a8f9881.tar.gz gst-plugins-bad-681e1c8a03c2c1c0d56cd76d3f5a9a328a8f9881.tar.bz2 gst-plugins-bad-681e1c8a03c2c1c0d56cd76d3f5a9a328a8f9881.zip |
Use a symbolic link for the pre-commit client-side hook
-rwxr-xr-x | autogen.sh | 2 | ||||
m--------- | common | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ fi . common/gst-autogen.sh # install pre-commit hook for doing clean commits -if test ! -x .git/hooks/pre-commit; +if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \); then cp common/hooks/pre-commit.hook .git/hooks/pre-commit chmod +x .git/hooks/pre-commit diff --git a/common b/common -Subproject 3f4e9974603807e7615c3a6b8821542abce0be1 +Subproject f7bd42d4fa7f9b976fe5e697ff914e25f25e885 |