From de3197865cc63642bc3c8fb1f76ff06df7693102 Mon Sep 17 00:00:00 2001 From: Petr Baudis <pasky@ucw.cz> Date: Thu, 5 Nov 2009 03:31:27 +0100 Subject: [PATCH] Girocco::Notify: Add <url> to CIA's log --- Girocco/Notify.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Girocco/Notify.pm b/Girocco/Notify.pm index 12087f6..c3e7bc7 100644 --- a/Girocco/Notify.pm +++ b/Girocco/Notify.pm @@ -148,7 +148,9 @@ EOT } $msg .= "</source>\n"; $msg .= "<timestamp>$at</timestamp>\n"; - $msg .= "<body><commit><author>$a</author><revision>$rev</revision><files>\n"; + $msg .= "<body><commit><author>$a</author><revision>$rev</revision>\n"; + $msg .= "<url>$Girocco::Config::gitweburl/$proj->{name}.git/commit/$commit</url>\n"; + $msg .= "<files>\n"; foreach (@f) { $msg .= "<file>$_</file>\n"; } $msg .= "</files><log>$subj</log></commit></body></message>\n"; -- 2.11.4.GIT