[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2264] nagiosplug/trunk/tools/git-notify

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Sat Oct 24 22:59:58 CEST 2009


Revision: 2264
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2264&view=rev
Author:   dermoth
Date:     2009-10-24 20:59:58 +0000 (Sat, 24 Oct 2009)

Log Message:
-----------
git-notify: Mention the committer where applicable

If the committer is not the author of the commit, mention the committer
in addition to the author.

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 20:59:52 UTC (rev 2263)
+++ nagiosplug/trunk/tools/git-notify	2009-10-24 20:59:58 UTC (rev 2264)
@@ -269,6 +269,7 @@
         "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"}),
         "",
         @{$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