Check whether commit messages have any trailers

Labels: webui

Timeline

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

Amolith changed the title from Check whether commit message has any trailers to Check whether commit messages have any trailers

Amolith added label webui

Amolith closed the bug