From 600fecab6a717aa35df2419a6f5205332dae356e Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 7 Nov 2009 10:40:22 +0100 Subject: git-notify: Polish up the "tag notifications" Use better labels for the tag ref and the SHA1 name of the tag object. 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), -- cgit v0.10-9-g596f