summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/git-notify1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/git-notify b/tools/git-notify
index 0c2f739..848cfe0 100755
--- a/tools/git-notify
+++ b/tools/git-notify
@@ -269,6 +269,7 @@ sub send_commit_notice($$)
269 "Commit: $obj", 269 "Commit: $obj",
270 $gitweb_url ? "URL: $gitweb_url/?a=commit;h=$obj" : undef), 270 $gitweb_url ? "URL: $gitweb_url/?a=commit;h=$obj" : undef),
271 "Author:" . $info{"author"}, 271 "Author:" . $info{"author"},
272 $info{"committer"} ne $info{"author"} ? "Committer:" . $info{"committer"} : undef,
272 "Date:" . format_date($info{"author_date"},$info{"author_tz"}), 273 "Date:" . format_date($info{"author_date"},$info{"author_tz"}),
273 "", 274 "",
274 @{$info{"log"}}, 275 @{$info{"log"}},