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