gitea/modules/repository
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 Trivial fixes (#33304) 2025-01-17 08:55:02 +00:00
branch_test.go
commits.go
commits_test.go
create.go
create_test.go
delete.go
env.go
fork.go Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
fork_test.go
hooks.go
init.go Add abstraction layer to check if the repository exists on disk (#33874) 2025-03-14 03:00:56 +00:00
init_test.go
license.go
license_test.go Fix repo avatar conflict (#32958) 2024-12-23 02:52:25 +00:00
main_test.go
push.go
repo.go
repo_test.go
temp.go