Include commit author information in Soy data for change email templates

Feature: Issue 7412
Change-Id: I0db22f44e1be473aca790c141810f878cf9f6a9f
This commit is contained in:
Wyatt Allen
2017-10-12 14:19:57 -07:00
parent 9ecbb7c3d5
commit f668f87461
2 changed files with 12 additions and 1 deletions

View File

@@ -231,6 +231,14 @@ $patchSet.refname::
+
The refname of the patch set.
$patchSetInfo.authorName::
+
The name of the author of the patch set.
$patchSetInfo.authorEmail::
+
The email address of the author of the patch set.
GERRIT
------
Part of link:index.html[Gerrit Code Review]