gitea: Dashboard showing duplicate commits
- Gitea version (or commit ref): b04a1d9d6
- Git version: 2.11.0
- Operating system: DietPi, based on Raspbian GNU/Linux 9 (stretch)
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Commits shown are duplicated on the dashboard (not actually duplicated, it just looks like it) in the following way:
- Start editing a file within your repository on Gitea.
- E.g. add another file to the repository and commit the change.
- E.g. edit another file on this repository and commit the change.
- Finish editing the very first file and commit the change.
If you do something like that, then the third commit will include all these previous commits that happened during the edition of the first file, on the dashboard.
Screenshots

About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 2
- Comments: 22 (8 by maintainers)
@stale nope
I’m still having this with v1.11.1, I just noticed that somehow I have duplicate hooks scripts on my Gitea server.
Not sure how that happened but I’m guessing that removing one of those in all of my repos will fix it. I think I had to do this before when migrating from Gogs, not sure when these hooks got duplicated.
@zeripath check my comment here. I think this may be the cause.
@lafriks this is not old, this happened 6 days ago with gitea v1.9.1
@andreymal @Akito13 could you test v1.9.1 fixed that? There is a bug duplicated webhooks fixed on v1.9.1 maybe it’s related.