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

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
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 <[email protected]>

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.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.