[nagiosplug] git-notify: Polish up the "tag notifications"
Holger Weiss
hweiss at users.sourceforge.net
Sat Nov 7 10:41:57 CET 2009
Module: nagiosplug
Branch: master
Commit: 600fecab6a717aa35df2419a6f5205332dae356e
Author: Holger Weiss <holger at zedat.fu-berlin.de>
Date: Sat Nov 7 10:40:22 2009 +0100
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=600feca
git-notify: Polish up the "tag notifications"
Use better labels for the tag ref and the SHA1 name of the tag object.
---
tools/git-notify | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/git-notify b/tools/git-notify
index dc843ef..2970f00 100755
--- a/tools/git-notify
+++ b/tools/git-notify
@@ -456,8 +456,8 @@ sub send_commit_notice($$)
{
push @notice, format_table(
"Module: $repos_name",
- "Branch: $ref",
- "Tag: $obj",
+ "Tag: $ref",
+ "SHA1: $obj",
"Tagger:" . $info{"tagger"},
"Date:" . format_date($info{"tagger_date"},$info{"tagger_tz"}),
$url ? "URL: $url" : undef),
More information about the Commits
mailing list