This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 148b9fb git/hooks/update-script._check_: check script name via $BASH_SOURCE[0] instead of using ${0} which may return the top-level invoking name. new b9165f6 git/hooks/update-script._check_: fix typo in merge-allowance detection. 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-script._check_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/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 b9165f68e44daf37a99a17733e265ba6515dd757 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 29 04:10:48 2018 +0200 git/hooks/update-script._check_: fix typo in merge-allowance detection. --- git/hooks/update-script._check_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/hooks/update-script._check_ b/git/hooks/update-script._check_ index 7810f92..c4ce1ed 100755 --- a/git/hooks/update-script._check_ +++ b/git/hooks/update-script._check_ @@ -7,7 +7,7 @@ if [ -z "${UPDATE_DONE}" ]; then MERGE="0" typeset script_basename="$(basename "${BASH_SOURCE[0]}")" - [ "${script_basename}" = "update-script_check+allow-merges_" ] && MERGE="1" + [ "${script_basename}" = "update-script._check+allow-merges_" ] && MERGE="1" case "${1}" in (refs/tags/*) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git