Amolith opened  (edited)
We want to ensure attribution is properly displayed in the UI; when there are Co-authored-by (or Co-Authored-By) trailers, the authorship info on the commits and commit pages should read "{committer} and {co-author(s)} created {time}". If there are two, or more, co-authors, it should read "{committer}, {co-author}, and {co-author} created {time}".
Likely applies to
- pkg/web/templates/commit.html
 - pkg/web/templates/commits.html
 - pkg/web/webui_commit.go
 - pkg/web/webui_commits.go