[X2Go-Commits] [maintenancescripts] 01/01: git/hooks/update{, -merge}: irkerhook is a python script. Run it correctly.
git-admin at x2go.org
git-admin at x2go.org
Thu Mar 26 11:35:29 CET 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository maintenancescripts.
commit f1968c9ee44514c6f8677fe2eee3a48fbe531139
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Mar 26 11:35:21 2015 +0100
git/hooks/update{,-merge}: irkerhook is a python script. Run it correctly.
---
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 637eeb4..87ab55c 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._irkerhook.py_"
+"${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 855fc96..f11facb 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._irkerhook.py_"
+"${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
More information about the x2go-commits
mailing list