mirror of https://github.com/go-gitea/gitea.git
1 Move `IsRepositoryModelOrDirExist` and `CheckCreateRepository` to service layer 2 Use `gitrepo.Pushxxx` instead of `git.Push` when possible 3 use `gitrepo.Clonexxx` instead of `gitrepo.Clone` when possible |
||
|---|---|---|
| .. | ||
| actions.go | ||
| actions_test.go | ||
| authorizedkeys.go | ||
| breaking.go | ||
| checkOldArchives.go | ||
| dbconsistency.go | ||
| dbconsistency_test.go | ||
| dbversion.go | ||
| doctor.go | ||
| fix8312.go | ||
| fix16961.go | ||
| fix16961_test.go | ||
| heads.go | ||
| lfs.go | ||
| main_test.go | ||
| mergebase.go | ||
| misc.go | ||
| paths.go | ||
| repository.go | ||
| storage.go | ||
| usertype.go | ||