Closed
Description
- Gitea version (or commit ref): 1.4.3 built with: bindata, sqlite
- Git version: git version 2.12.3
- Operating system: Linux 4.4.138-94.39-default Rename import paths: "github.com/gogits/gogs" -> "github.com/go-gitea/gitea" #1 SMP Mon Jun 18 13:27:26 UTC 2018 (baa07f9) x86_64 x86_64 x86_64 GNU/Linux
- 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: no error is logged when accessing the commit count or list
Description
The number of commits is not counted correctly. as it can be seen from the screenshot. There are three commits, but it says "1 Commits" on the repository pages.
Also, the uncounted commits are not shown on the user's public activity list on their profile.
What could be done to have the repositories show the correct commit counts?