Expose the entire commit message instead of only the subject

Some callers are interested in the entire commit message, or more
specifically in the footers of the commit message. Hence, we expose the
entire commit message to give the callers more flexibility.

Original change that exposed the subject in I420161ca4.

Change-Id: I40341c4daee118a5b80958e7221abed835d52a05
This commit is contained in:
Gal Paikin
2021-01-07 15:52:00 +01:00
parent ae7b747dfa
commit bdcba6961d
7 changed files with 18 additions and 18 deletions

View File

@@ -1622,7 +1622,7 @@ public class RevisionIT extends AbstractDaemonTest {
new PatchSetWebLink() {
@Override
public WebLinkInfo getPatchSetWebLink(
String projectName, String commit, String subject, String branchName) {
String projectName, String commit, String commitMessage, String branchName) {
return expectedWebLinkInfo;
}
};