Gitea Version
1.27.0
What happened?
When DEFAULT_TRUST_MODEL is configured as committer (and enable GPG signing), all commits created through the WEBUI will use Gitea as the committer (this is consistent with GitHub's behavior)
However, currently Gitea faithfully displays the committer on the WEBUI as the user.name configured on the Gitea server, and links to a meaningless query link/non-existent user profile page, which can easily mislead users (my instance modified the user.name in .gitconfig)
GitHub does not display the committer on the commit history page, nor does the commit detail page display it in the same way as Gitea. I suggest that Gitea should try to achieve a display effect similar to GitHub, or at least not make the avatar/name clickable when the Gitea server acts as the committer
How are you running Gitea?
Offical Docker
Gitea Version
1.27.0
What happened?
When DEFAULT_TRUST_MODEL is configured as committer (and enable GPG signing), all commits created through the WEBUI will use Gitea as the committer (this is consistent with GitHub's behavior)
However, currently Gitea faithfully displays the committer on the WEBUI as the user.name configured on the Gitea server, and links to a meaningless query link/non-existent user profile page, which can easily mislead users (my instance modified the user.name in .gitconfig)
GitHub does not display the committer on the commit history page, nor does the commit detail page display it in the same way as Gitea. I suggest that Gitea should try to achieve a display effect similar to GitHub, or at least not make the avatar/name clickable when the Gitea server acts as the committer
How are you running Gitea?
Offical Docker