[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2268] nagiosplug/trunk/tools/git-notify
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Sat Oct 24 23:00:55 CEST 2009
Revision: 2268
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2268&view=rev
Author: dermoth
Date: 2009-10-24 21:00:55 +0000 (Sat, 24 Oct 2009)
Log Message:
-----------
git-notify: Move the Gitweb URL to the bottom
In commit notifications, specify the Gitweb URL (if any) at the bottom
of the ASCII "table" which summarizes the commit. That looks better.
From: Holger Weiss <holger at zedat.fu-berlin.de>
Modified Paths:
--------------
nagiosplug/trunk/tools/git-notify
Modified: nagiosplug/trunk/tools/git-notify
===================================================================
--- nagiosplug/trunk/tools/git-notify 2009-10-24 21:00:41 UTC (rev 2267)
+++ nagiosplug/trunk/tools/git-notify 2009-10-24 21:00:55 UTC (rev 2268)
@@ -328,10 +328,10 @@
"Module: $repos_name",
"Branch: $ref",
"Commit: $obj",
- $gitweb_url ? "URL: $gitweb_url/?a=commit;h=$obj" : undef),
"Author:" . $info{"author"},
$info{"committer"} ne $info{"author"} ? "Committer:" . $info{"committer"} : undef,
"Date:" . format_date($info{"author_date"},$info{"author_tz"}),
+ $gitweb_url ? "URL: $gitweb_url/?a=commit;h=$obj" : undef),
"",
@{$info{"log"}},
"",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list