Code

git-notify: Polish up the "tag notifications"
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100)
Use better labels for the tag ref and the SHA1 name of the tag object.

tools/git-notify

index dc843efd88d8ccacec5edc53e6eb6d77f5c1c294..2970f007b4e51c4b4f94011e9625393a058f101f 100755 (executable)
@@ -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),