diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/git-notify | 1 |
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"}}, |