aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2009-11-07 10:40:22 +0100
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2009-11-07 10:40:22 +0100
commit600fecab6a717aa35df2419a6f5205332dae356e (patch)
treee5e1a2aa5a78a613eceacdb6dcd8eba273933491 /tools
parentecdb5aa53f8e6988c1b013e7fc0725edcac17e2b (diff)
downloadmonitoring-plugins-600fecab6a717aa35df2419a6f5205332dae356e.tar.gz
git-notify: Polish up the "tag notifications"
Use better labels for the tag ref and the SHA1 name of the tag object.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/git-notify4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/git-notify b/tools/git-notify
index dc843efd..2970f007 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),