This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 47a4a57 git/hooks/update-script._irkerhook.py_: use mIRC colors. new 1304425 git/hooks/update{,-merge}: change position so that the hook is actually executed. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: git/hooks/update | 2 +- git/hooks/update-merge | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 1304425c4fb80f9b80238ffe3b5821f5dcb8a7c7 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 26 11:31:20 2015 +0100 git/hooks/update{,-merge}: change position so that the hook is actually executed. --- git/hooks/update | 2 +- git/hooks/update-merge | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git/hooks/update b/git/hooks/update index 6f4b632..637eeb4 100755 --- a/git/hooks/update +++ b/git/hooks/update @@ -8,5 +8,5 @@ . "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._check_" #. "${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_" +. "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._grant_" diff --git a/git/hooks/update-merge b/git/hooks/update-merge index 13b6a03..855fc96 100755 --- a/git/hooks/update-merge +++ b/git/hooks/update-merge @@ -8,5 +8,5 @@ . "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._check+allow-merges_" #. "${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_" +. "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._grant_" -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git