Send email notification when commit message is edited

When a user edits the commit message through the Gerrit web UI,
send a notification email.

Change-Id: I6f2d840f362d82af25960fb4f1891eee040de9a6
This commit is contained in:
David Pursehouse
2012-12-03 16:34:55 +09:00
parent 9db5173318
commit 666aa8fd4b
7 changed files with 117 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ public class SitePathInitializer {
extractMailExample("ChangeSubject.vm");
extractMailExample("Comment.vm");
extractMailExample("CommentFooter.vm");
extractMailExample("CommitMessageEdited.vm");
extractMailExample("Merged.vm");
extractMailExample("MergeFail.vm");
extractMailExample("NewChange.vm");