This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 8c05058 git/hooks/update-script._irkerhook.py_: always use TCP. new 47a4a57 git/hooks/update-script._irkerhook.py_: use mIRC colors. 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_ | 3 ++- 1 file changed, 2 insertions(+), 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 47a4a57fe99dc0ec69e08acf79d214cb6e3f1101 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 26 11:29:06 2015 +0100 git/hooks/update-script._irkerhook.py_: use mIRC colors. --- git/hooks/update-script._irkerhook.py_ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/hooks/update-script._irkerhook.py_ b/git/hooks/update-script._irkerhook.py_ index 16e2ae2..08a5b87 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -227,7 +227,8 @@ class GitExtractor(GenericExtractor): 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%(rev)s%(reset)s / %(bold)s%(files)s%(reset)s: %(logmsg)s %(brown)s%(url)s%(reset)s' self.tinyifier = do("git config --get irker.tinyifier") or default_tinyifier - self.color = do("git config --get irker.color") + #self.color = do("git config --get irker.color") + self.color = "mIRC" self.urlprefix = do("git config --get irker.urlprefix") or "gitweb" self.cialike = do("git config --get irker.cialike") self.filtercmd = do("git config --get irker.filtercmd") -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git