This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 3a8993b git/hooks/update-script._irkerhook.py_: use CIA-like option (+N files in M directories) for more than two changed files. new d84855c git/hooks/update-script._irkerhook.py_: try putting a newline in the message template to force the log message to be send separately. 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._irkerhook.py_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 d84855c7d52b0860a936de9418cc71ead4f8ec03 Author: Mihai Moldovan <ionic@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