In April 2019, this same issue was brought up.
It was deemed a bug, added to the 1.8.0 milestone, implemented the same day, and made it into v1.8.
release/v1.8:
|
Message: commit.Message(), |
Where it lived happily (through release/v1.9) until this commit: API method to list all commits of a repository (#6408).
In v1.10 and v1.11 (and the current HEAD of master), however, we're back to commit.Summary().
release/v1.10:
|
Message: commit.Summary(), |
I don't see an explanation for this, so I'm assuming it's a regression.