gitea/modules/repofiles
6543 9c4601bdf8
Code Formats, Nits & Unused Func/Var deletions ()
* _ to unused func options

* rm useless brakets

* rm trifial non used models functions

* rm dead code

* rm dead global vars

* fix routers/api/v1/repo/issue.go

* dont overload import module
..
action.go Code Formats, Nits & Unused Func/Var deletions ()
action_test.go Move all push update operations to a queue ()
blob.go
blob_test.go prefer NoError/Error over Nil/NotNil ()
commit.go
commit_status.go
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
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
repofiles_test.go
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 Add LFS Migration and Mirror ()
upload.go Add LFS Migration and Mirror ()
verification.go