Deduplicate author info on commit/s pages

Labels: webui

Timeline

Amolith opened (edited)

There are some cases where the committer is the same as the co-author. In those cases, we just want to omit the co-author and display the author. Implementing that probably just requires changing one, maybe both of these files.

  • pkg/web/webui_commit.go
  • pkg/web/webui_commits.go

Though these might also be relevant.

  • pkg/web/templates/commit.html
  • pkg/web/templates/commits.html

Amolith added label webui

Amolith commented

Only remove co-authors that match the committer.

Amolith closed the bug