summaryrefslogtreecommitdiffstats
path: root/tools/git-notify
diff options
context:
space:
mode:
Diffstat (limited to 'tools/git-notify')
-rwxr-xr-xtools/git-notify4
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),