gitea/modules/lfs
Lunny Xiao 110fc57cbc
Move some code into models/git ()
* 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
..
LICENSE Git LFS support v2 ()
client.go Use `hostmatcher` to replace `matchlist`, improve security ()
client_test.go Use `hostmatcher` to replace `matchlist`, improve security ()
content_store.go Move some code into models/git ()
endpoint.go Fix some lints ()
endpoint_test.go format with gofumpt ()
filesystem_client.go Add push to remote mirror repository ()
http_client.go Use `hostmatcher` to replace `matchlist`, improve security ()
http_client_test.go Update HTTP status codes to modern codes ()
pointer.go Improve SyncMirrors logging ()
pointer_scanner_gogit.go Remove legacy `+build:` constraint ()
pointer_scanner_nogogit.go Remove legacy `+build:` constraint ()
pointer_test.go Fixed assert statements. ()
shared.go Fix various documentation, user-facing, and source comment typos ()
transferadapter.go Fix source typos ()
transferadapter_test.go refactor: move from io/ioutil to io and os package ()