summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ecdb5aa)
raw | patch | inline | side by side (parent: ecdb5aa)
author | Holger Weiss <holger@zedat.fu-berlin.de> | |
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100) | ||
committer | Holger 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 | patch | blob | history |
diff --git a/tools/git-notify b/tools/git-notify
index dc843efd88d8ccacec5edc53e6eb6d77f5c1c294..2970f007b4e51c4b4f94011e9625393a058f101f 100755 (executable)
--- a/tools/git-notify
+++ b/tools/git-notify
{
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),