This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 5b70728036626cb4d460f933dbfd380051d2ff96 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon May 4 01:16:51 2015 +0200 git/hooks/update-script._irkerhook.py_: fixup rebase URL, hoping that will work. --- 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 877a3b5..49578e9 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -308,7 +308,7 @@ class GitExtractor(GenericExtractor): do("git log -1 '--pretty=format:%ai|%ci' " + shellquote(commit.commit)).split("|") if self.rebase != '': parent = do("git merge-base " + shellquote(self.rebase) + " " + shellquote(commit.commit)) - commit.commit = parent + ".." + commit.commit + commit.commit = commit.commit + ";hb=" + parent return commit class SvnExtractor(GenericExtractor): -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git