gitea/modules/repofiles
Lunny Xiao 7a5465fc56
LFS support to be stored on minio ()
* LFS support to be stored on minio

* Fix test

* Fix lint

* Fix lint

* Fix check

* Fix test

* Update documents and add migration for LFS

* Fix some bugs
..
action.go Add spent time to referenced issue in commit message ()
action_test.go Detect full references to issues and pulls in commit messages ()
blob.go Add Close() method to gogitRepository ()
blob_test.go prefer NoError/Error over Nil/NotNil ()
commit.go Number of commits ahead/behind in branch overview ()
commit_status.go Add Close() method to gogitRepository ()
content.go Fix GetContents(): Dont't ignore Executables ()
content_test.go prefer NoError/Error over Nil/NotNil ()
delete.go Allow to set protected file patterns that can not be changed under no conditions ()
diff.go Move git diff codes from models to services/gitdiff ()
diff_test.go prefer NoError/Error over Nil/NotNil ()
file.go File Edit: Author/Committer interchanged [BugFix] ()
file_test.go prefer NoError/Error over Nil/NotNil ()
repofiles.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
repofiles_test.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
temp_repo.go [Vendor] Switch go-version lib ()
tree.go fixed bug in GitTreeBySHA where pulling items from a page other than page 1 would fail because the wrong var was used to set the entries to return ()
tree_test.go prefer NoError/Error over Nil/NotNil ()
update.go LFS support to be stored on minio ()
upload.go LFS support to be stored on minio ()
verification.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key ()