This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 1f860ec git/hooks/update-script._irkerhook.py_: fix multiline commit messages. new db8fa70 git/hooks/update-script._irkerhook.py_: try to get the 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 db8fa7041d052a638ba5619216819e185381a6a2 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 31 09:26:38 2015 +0200 git/hooks/update-script._irkerhook.py_: try to get the colors within (potential) commit messages evaluated. Not sure if self.__dict__ is the right way to go, but it's been working in another place, so let's keep all fingers crossed. --- 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 53e64b2..33a8d20 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -289,7 +289,7 @@ class GitExtractor(GenericExtractor): if len(tmp) > 6: tmp = tmp[:5] - tmp.append ("%(lightgrey)s... message truncated%(reset)s") + tmp.append ("%(lightgrey)s... message truncated%(reset)s" % self.__dict__) commit.logmsg = "\n".join(tmp) # This discards the part of the author's address after @. -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git