diff options
Diffstat (limited to 'tools/git-notify')
| -rwxr-xr-x | tools/git-notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/git-notify b/tools/git-notify index 39abd66e..a786f839 100755 --- a/tools/git-notify +++ b/tools/git-notify | |||
| @@ -328,10 +328,10 @@ sub send_commit_notice($$) | |||
| 328 | "Module: $repos_name", | 328 | "Module: $repos_name", |
| 329 | "Branch: $ref", | 329 | "Branch: $ref", |
| 330 | "Commit: $obj", | 330 | "Commit: $obj", |
| 331 | $gitweb_url ? "URL: $gitweb_url/?a=commit;h=$obj" : undef), | ||
| 332 | "Author:" . $info{"author"}, | 331 | "Author:" . $info{"author"}, |
| 333 | $info{"committer"} ne $info{"author"} ? "Committer:" . $info{"committer"} : undef, | 332 | $info{"committer"} ne $info{"author"} ? "Committer:" . $info{"committer"} : undef, |
| 334 | "Date:" . format_date($info{"author_date"},$info{"author_tz"}), | 333 | "Date:" . format_date($info{"author_date"},$info{"author_tz"}), |
| 334 | $gitweb_url ? "URL: $gitweb_url/?a=commit;h=$obj" : undef), | ||
| 335 | "", | 335 | "", |
| 336 | @{$info{"log"}}, | 336 | @{$info{"log"}}, |
| 337 | "", | 337 | "", |
