This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 7347a77e985f330a0a04658348879b42a86b1139 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 26 10:33:02 2015 +0100 git/hooks/update{,-merge}: add irker update hook. --- git/hooks/update | 1 + git/hooks/update-merge | 1 + 2 files changed, 2 insertions(+) diff --git a/git/hooks/update b/git/hooks/update index c7e3bcf..6f4b632 100755 --- a/git/hooks/update +++ b/git/hooks/update @@ -9,3 +9,4 @@ #. "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._branches+tags_" #. "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._acl_" . "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._grant_" +. "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._irkerhook.py_" diff --git a/git/hooks/update-merge b/git/hooks/update-merge index 9fc7988..13b6a03 100755 --- a/git/hooks/update-merge +++ b/git/hooks/update-merge @@ -9,3 +9,4 @@ #. "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._branches+tags_" #. "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._acl_" . "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._grant_" +. "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._irkerhook.py_" -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git