This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from d84855c git/hooks/update-script._irkerhook.py_: try putting a newline in the message template to force the log message to be send separately. new 2e5a947 git/hooks/update-script._irkerhook.py_: only show a file list summary if it's longer than 60 characters. 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 2e5a947e65ddd113a3200094a51711184046f655 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 27 04:46:29 2015 +0100 git/hooks/update-script._irkerhook.py_: only show a file list summary if it's longer than 60 characters. --- 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 19b500c..71b5a3f 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -233,7 +233,7 @@ class GitExtractor(GenericExtractor): self.color = "mIRC" self.urlprefix = do("git config --get irker.urlprefix") or "gitweb" #self.cialike = do("git config --get irker.cialike") - self.cialike = "2" + self.cialike = "60" 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