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:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user