summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 56c4601)
raw | patch | inline | side by side (parent: 56c4601)
author | Holger Weiss <holger@zedat.fu-berlin.de> | |
Sat, 24 Oct 2009 09:44:25 +0000 (11:44 +0200) | ||
committer | Holger Weiss <holger@zedat.fu-berlin.de> | |
Sat, 24 Oct 2009 09:44:25 +0000 (11:44 +0200) |
If the committer is not the author of the commit, mention the committer
in addition to the author.
in addition to the author.
tools/git-notify | patch | blob | history |
diff --git a/tools/git-notify b/tools/git-notify
index 0c2f7395fd2c1484aff70b739c0c3d884ea8d2c7..848cfe0d97785ad5acc488f628982f9fc11fb8da 100755 (executable)
--- a/tools/git-notify
+++ b/tools/git-notify
"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"}},