diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-11-07 10:40:22 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-11-07 10:40:22 +0100 |
commit | 600fecab6a717aa35df2419a6f5205332dae356e (patch) | |
tree | e5e1a2aa5a78a613eceacdb6dcd8eba273933491 /tools | |
parent | ecdb5aa53f8e6988c1b013e7fc0725edcac17e2b (diff) | |
download | monitoring-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-x | tools/git-notify | 4 |
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), |