ReceiveCommits: Use subject, not message, for updated changes list

Change-Id: I4f09232701b8cd91448104d5e1c3d427f00ebd36
This commit is contained in:
David Pursehouse
2016-07-12 15:40:33 +09:00
parent 02b8b962ce
commit b6b1ae821c

View File

@@ -707,7 +707,7 @@ public class ReceiveCommits {
subject = u.notes.getChange().getSubject();
}
} else {
subject = u.info.getMessage();
subject = u.info.getSubject();
}
addMessage(formatChangeUrl(canonicalWebUrl, u.notes.getChange(),
subject, edit));