gitea/modules/gitrepo
Lunny Xiao 9c673d066c
Add abstraction layer to check if the repository exists on disk (#33874)
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
2025-03-14 03:00:56 +00:00
..
branch.go Remove context from git struct (#33793) 2025-03-04 11:56:11 -08:00
gitrepo.go Add abstraction layer to check if the repository exists on disk (#33874) 2025-03-14 03:00:56 +00:00
url.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
walk_gogit.go Refactor request context (#32956) 2024-12-24 11:43:57 +08:00
walk_nogogit.go Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00