This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 1304425 git/hooks/update{,-merge}: change position so that the hook is actually executed. new 9900167 git/hooks/update-script._irkerhook.py_: colors, anyone? 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 9900167b344c3a64ba44d3d0ffef808aacb21ffb Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 26 11:33:39 2015 +0100 git/hooks/update-script._irkerhook.py_: colors, anyone? --- 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 08a5b87..110da5a 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -113,7 +113,8 @@ class GenericExtractor: self.cialike = None self.filtercmd = None # Color highlighting is disabled by default. - self.color = None + #self.color = None + self.color = "mIRC" self.bold = self.green = self.blue = self.yellow = "" self.brown = self.magenta = self.cyan = self.reset = "" def activate_color(self, style): -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git