go-gitea/gitea

Show multiple avatars for a "Co-authored" commit

Opened this issue · 2 comments

Feature Description

If a git commit message has "Co-authored" right now we only see the avatar of the committer. We should see all the avatars of the committers.

Screenshots

Sample : https://github.com/ovh/bringyourownlinux/pull/9/commits

We probably should add a new sub-template avatar_stack which can display one or more avatars. Could even use in places where we display a single avatar.

lunny commented

It needs to parse the entire commit message to extract co-authors.