projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b937262
)
Install and use pre-commit indentation hook from common
author
Edward Hervey
<bilboed@bilboed.com>
Thu, 22 Jan 2009 05:14:31 +0000
(06:14 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Thu, 22 Jan 2009 05:14:31 +0000
(06:14 +0100)
autogen.sh
patch
|
blob
|
history
common
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 0ffb6504e1571661d604996e7e06576b554501ca..7f798309cc3726f23ec1fa12499bfff725da1e40 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-22,6
+22,14
@@
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 5dc8ae302733ce1aae5b1aaa613ce77a8ae4b3d9..137543b7e782c811bc88bf9210323e7e75835d18 160000
(submodule)
--- a/
common
+++ b/
common
@@
-1
+1
@@
-Subproject commit
5dc8ae302733ce1aae5b1aaa613ce77a8ae4b3d9
+Subproject commit
137543b7e782c811bc88bf9210323e7e75835d18