This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 289c63c git/hooks/update-irkerhook_only: make merge- and rebase-aware. Don't flood the channel. new 104278f git/hooks/update-irkerhook_only: add garbage. 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-irkerhook_only | 2 ++ 1 file changed, 2 insertions(+) -- 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 104278ff0d21854c7ac8c409fa375d7f1c4cced8 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon May 4 00:50:46 2015 +0200 git/hooks/update-irkerhook_only: add garbage. --- git/hooks/update-irkerhook_only | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/hooks/update-irkerhook_only b/git/hooks/update-irkerhook_only index e948471..8e82769 100755 --- a/git/hooks/update-irkerhook_only +++ b/git/hooks/update-irkerhook_only @@ -36,3 +36,5 @@ elif [ "${merge}" -eq "1" ]; then elif [ "${ff}" -eq "0" ]; then "${GIT_DIR}/${OUTSIDE_REPO}/_hooks_/update-script._irkerhook.py_" --refname="${REFNAME}" --rebase="${OLD}" "${NEW}" --repo="${SHORT_GIT_REPO_NAME}" || : fi + +# test -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git