1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-03 03:56:18 -04:00
gitea/modules/repository
wxiaoguang a6450494c3
Fix unclear IsRepositoryExist logic (#24374)
There was only one `IsRepositoryExist` function, it did: `has && isDir`

However it's not right, and it would cause 500 error when creating a new
repository if the dir exists.

Then, it was changed to `has || isDir`, it is still incorrect, it
affects the "adopt repo" logic.

To make the logic clear:

* IsRepositoryModelOrDirExist
* IsRepositoryModelExist
2023-04-28 14:14:26 -04:00
..
collaborator_test.go
collaborator.go
commits_test.go
commits.go
create_test.go
create.go Fix unclear IsRepositoryExist logic (#24374) 2023-04-28 14:14:26 -04:00
delete.go
env.go
fork.go
generate_test.go
generate.go
hooks.go
init_test.go Make label templates have consistent behavior and priority (#23749) 2023-04-10 16:44:02 +08:00
init.go Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00
main_test.go
push.go
repo.go
temp.go