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/repository
Lunny Xiao 110fc57cbc
Move some code into models/git (#19879)
* Move access and repo permission to models/perm/access

* fix test

* Move some git related files into sub package models/git

* Fix build

* fix git test

* move lfs to sub package

* move more git related functions to models/git

* Move functions sequence

* Some improvements per @KN4CK3R and @delvh
3 years ago
..
commits.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
commits_test.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
create.go Move some code into models/git (#19879) 3 years ago
create_test.go Move some repository related code into sub package (#19711) 3 years ago
delete.go Move some repository related code into sub package (#19711) 3 years ago
env.go Move some helper files out of models (#19355) 3 years ago
fork.go Move some repository related code into sub package (#19711) 3 years ago
generate.go Move some code into models/git (#19879) 3 years ago
generate_test.go Move some repository related code into sub package (#19711) 3 years ago
hooks.go format with gofumpt (#18184) 3 years ago
init.go Refactor git module, make Gitea use internal git config (#19732) 3 years ago
main_test.go Use a struct as test options (#19393) 3 years ago
push.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo.go Move some code into models/git (#19879) 3 years ago
temp.go Move some helper files out of models (#19355) 3 years ago