This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 3a8993bf79f9dd8b1e4121f7c1087e97e2389f3c Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 26 17:12:48 2015 +0100 git/hooks/update-script._irkerhook.py_: use CIA-like option (+N files in M directories) for more than two changed files. --- 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 ce7596b..3038a91 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -232,7 +232,8 @@ class GitExtractor(GenericExtractor): #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.cialike = do("git config --get irker.cialike") + self.cialike = "2" self.filtercmd = do("git config --get irker.filtercmd") # These are git-specific self.refname = do("git symbolic-ref HEAD 2>/dev/null") -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git