This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 5cb7a62 git/hooks/update-script._irkerhook.py_: correctly get parent in a rebase. new 517ec35 git/hooks/update-irkerhook_only: add some 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 517ec353cd8d366826af27facdbb5186edfc2d09 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon May 4 01:08:31 2015 +0200 git/hooks/update-irkerhook_only: add some 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