]> source.dussan.org Git - gitea.git/commit
Refactor models.NewRepoContext to extract git related codes to modules/git (#6941)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 15 May 2019 01:57:00 +0000 (09:57 +0800)
committerGitHub <noreply@github.com>
Wed, 15 May 2019 01:57:00 +0000 (09:57 +0800)
commit710245e81e0d65c72231dbb3b5c9f860cdc71899
tree6987b804cb38ab175e6749e7c4b9e77b0362e499
parent95d3d42c5fd51bcc64774841edad158f6e5ef60f
Refactor models.NewRepoContext to extract git related codes to modules/git (#6941)

* refactor models.NewRepoContext to extract git related codes to modules/git

* fix imports

* refactor
models/repo.go
modules/git/git.go
modules/setting/git.go
modules/setting/setting.go
routers/admin/admin.go
routers/init.go