summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2014-02-19 14:55:37 -0800
committerMatt Watson <mattdangerw@gmail.com>2014-02-19 14:55:37 -0800
commit75a8db26b518ee0e935d00f08f549f3b226bfe0e (patch)
treeaff75ee02e864bafc30e5881b08bbca265e03b78 /autogen.sh
parenta46e8331406eaa7eddd715073e10dea2cdd624af (diff)
Removed the commit-msg hook
And the code to install it in autogen.sh [endlessm/eos-sdk#587]
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 4f7b9e3..bc5d99d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,12 +14,6 @@ test -f $FILE_MUST_EXIST || {
exit 1
}
-# Install our commit message script if a git repo
-if [ -d .git ]; then
- cp commit-msg .git/hooks/commit-msg
- chmod +x .git/hooks/commit-msg
-fi
-
git remote set-url origin http://github.com/endlessm/eos-sdk.git
git submodule init .
git submodule update --recursive