[X2Go-Commits] [maintenancescripts] 01/01: git/hooks/update-script._irkerhook.py_: try putting a newline in the message template to force the log message to be send separately.

git-admin at x2go.org git-admin at x2go.org
Fri Mar 27 04:40:27 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 d84855c7d52b0860a936de9418cc71ead4f8ec03
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Mar 27 04:40:23 2015 +0100

    git/hooks/update-script._irkerhook.py_: try putting a newline in the message template to force the log message to be send separately.
---
 git/hooks/update-script._irkerhook.py_ |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git/hooks/update-script._irkerhook.py_ b/git/hooks/update-script._irkerhook.py_
index 3038a91..19b500c 100755
--- a/git/hooks/update-script._irkerhook.py_
+++ b/git/hooks/update-script._irkerhook.py_
@@ -227,7 +227,7 @@ class GitExtractor(GenericExtractor):
         self.email = do("git config --get irker.email")
         #self.tcp = do("git config --bool --get irker.tcp")
         self.tcp = True
-        self.template = '%(bold)s%(project)s:%(reset)s %(green)s%(author)s%(reset)s %(repo)s:%(yellow)s%(branch)s%(reset)s * %(bold)s%(url)s%(reset)s / %(bold)s%(files)s%(reset)s: %(logmsg)s %(brown)s'
+        self.template = '%(bold)s%(project)s:%(reset)s %(green)s%(author)s%(reset)s %(repo)s:%(yellow)s%(branch)s%(reset)s * %(bold)s%(url)s%(reset)s / %(bold)s%(files)s%(reset)s:\n%(logmsg)s %(brown)s'
         self.tinyifier = do("git config --get irker.tinyifier") or default_tinyifier
         #self.color = do("git config --get irker.color")
         self.color = "mIRC"

--
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