]> source.dussan.org Git - gitea.git/commit
Commit-Dropdown: Show Author of commit if available (#30272) (#30285)
authorGiteabot <teabot@gitea.io>
Fri, 5 Apr 2024 02:00:20 +0000 (10:00 +0800)
committerGitHub <noreply@github.com>
Fri, 5 Apr 2024 02:00:20 +0000 (10:00 +0800)
commitc8570b73afb443f8e4f07f0a26939f1ab5c18f94
tree85f5e3f39b94a55a79432393ea90e1c6517cbc63
parentdb214817f8d6ce02529a0d39db88ea2340f7eb42
Commit-Dropdown: Show Author of commit if available (#30272) (#30285)

Backport #30272 by @sebastian-sauer

As in commits page we show the author of the commit in the commits
dropdown and not the committer.

Commits Page:
![Screenshot from 2024-04-03
22-34-41](https://github.com/go-gitea/gitea/assets/1135157/1c7c5c19-6d0a-4176-8a87-7bca6a0c6dc8)

and the same contents in our dropdown:

![image](https://github.com/go-gitea/gitea/assets/1135157/aa094af2-c369-47ac-9c27-ca208d1d03f0)

fixes #29588

Co-authored-by: sebastian-sauer <sauer.sebastian@gmail.com>
services/pull/pull.go