gitea/modules/repofiles
6543 78e8f62706
[Refactor] remove possible resource leak ()
* move "copy uploaded lfs files 2 repo" to own function for "defer file.Close()"

* rm type overload

* Update modules/repofiles/upload.go

Co-authored-by: zeripath <art27@cantab.net>
..
action.go Move all push update operations to a queue ()
action_test.go Move all push update operations to a queue ()
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 enhancement: add signoff option in commit form ()
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 remove duplicate define of CheckAttribute() ()
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 remove duplicate define of CheckAttribute() ()
upload.go [Refactor] remove possible resource leak ()
verification.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key ()