You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/gitrepo
Lunny Xiao a9e8ac0fe0
Don't create duplicated functions for code repositories and wiki repositories (#33924)
Fix
https://github.com/go-gitea/gitea/pull/33910#pullrequestreview-2688913865

This PR changed the Repositroy interface in `gitrepo` package which
makes it only focus the relative path in the disk and abstract whether
it's a wiki repository or not.
2 weeks ago
..
branch.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 2 weeks ago
gitrepo.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 2 weeks ago
hooks.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 2 weeks ago
tag.go Move git references checking to gitrepo packages to reduce expose of repository path (#33891) 3 weeks ago
url.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 10 months ago
walk_gogit.go Refactor request context (#32956) 3 months ago
walk_nogogit.go Simplify how git repositories are opened (#28937) 1 year ago