mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-27 17:56:52 +08:00

Extract from #28966 This PR uses `gitrepo.IsRepositoryExist` instead of `util.IsExist` to detect whether the repository exist in disk. This will move `RepoPath` detail behind of package `gitrepo` to make it easier to do possible changes where storing the repositories. No code change