Closed
Description
There is an obvious bug in Gitea that IsEmpty
check always fails in git 1.x (git 1.x reports an error for that command), it makes many users only see empty repositories after they have pushed content in.
The only reason to support git 1.x IIRC is for CentOS 7.x users.
However, CentOS 7.x is quite old, and the users could always have other solutions: upgrade git (ius/wandisco/endpoint), or use docker to run Gitea.
Since Gitea is reaching 1.17, it's time to make the decision.
- 👍 Drop git 1.x support
- 🎉 [or] Fix the
IsEmpty
bug
I prefer to drop git 1.x support.