diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-11-07 09:40:22 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-11-07 09:40:22 (GMT) |
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 dc843ef..2970f00 100755 --- a/tools/git-notify +++ b/tools/git-notify | |||
@@ -456,8 +456,8 @@ sub send_commit_notice($$) | |||
456 | { | 456 | { |
457 | push @notice, format_table( | 457 | push @notice, format_table( |
458 | "Module: $repos_name", | 458 | "Module: $repos_name", |
459 | "Branch: $ref", | 459 | "Tag: $ref", |
460 | "Tag: $obj", | 460 | "SHA1: $obj", |
461 | "Tagger:" . $info{"tagger"}, | 461 | "Tagger:" . $info{"tagger"}, |
462 | "Date:" . format_date($info{"tagger_date"},$info{"tagger_tz"}), | 462 | "Date:" . format_date($info{"tagger_date"},$info{"tagger_tz"}), |
463 | $url ? "URL: $url" : undef), | 463 | $url ? "URL: $url" : undef), |