Correctly refer commit_message in DiffCommit.summary
Review Request #10079 — Created July 11, 2018 and submitted — Latest diff uploaded
During one of the refactors that occurred,
DiffCommit.description
was
changed toDiffCommit.commit_message
and this occurrance was missed.
- Ran unit tests.
- With this patch applied, commit summaries can be calculated.