gitea/modules/repository
zeripath de6e427a01
go-version constraints ignore pre-releases ()
Go-version constraints ignore pre-releases.

Rather than change the library further this PR simply changes
the git version comparison to use simple version compare ignoring the
issue of pre-releases.

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
adopt.go Adopt repositories ()
branch.go Handle more pathological branch and tag names ()
cache.go Cache last commit when pushing for big repository ()
check.go Update golangci-lint to version 1.31.0 ()
commits.go make avatar lookup occur at image request ()
commits_test.go make avatar lookup occur at image request ()
create.go Add IsTemplate option in create repo ui and api ()
create_test.go Various fixes in login sources ()
fork.go Adopt repositories ()
fork_test.go Move create/fork repository from models to modules/repository ()
generate.go Adopt repositories ()
hooks.go Completely quote AppPath and CustomConf paths ()
init.go go-version constraints ignore pre-releases ()
main_test.go Move push commits from models to modules/repository ()
repo.go On Migration respect old DefaultBranch ()
update.go Move PushUpdateAddDeleteTags to repository module from models ()