Add a new footer template that is appended to all outgoing mails

The content of the Footer.vm template is appended to the end of
all outgoing emails after the ChangeFooter and CommentFooter.

Change-Id: I263e71d916ad6f8dfd11998c3e4f72ad59ebef26
This commit is contained in:
David Pursehouse
2013-06-05 12:22:45 +09:00
parent 34b557cc52
commit 7a1d7c0528
4 changed files with 42 additions and 0 deletions

View File

@@ -65,6 +65,13 @@ The `CommitMessageEdited.vm` template will determine the contents of the email
related to a user editing the commit message through the Gerrit UI. It is a
`ChangeEmail`: see `ChangeSubject.vm` and `ChangeFooter.vm`.
Footer.vm
~~~~~~~~~
The `Footer.vm` template will determine the contents of the footer text
appended to the end of all outgoing emails after the ChangeFooter and
CommentFooter.
Merged.vm
~~~~~~~~~