gitea/modules/repofiles
zeripath 7cd47046ea
Handle push rejection in branch and upload ()
* Handle push rejections and push out-of-date in branch creation and
file upload.
* Remove the duplicated sanitize from services/pull/merge
* Move the errors Err(Merge)PushOutOfDate and ErrPushRejected to
modules/git
* Handle errors better in the upload file dialogs

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
..
action.go Improve push update options ()
action_test.go Improve push update options ()
blob.go Add Close() method to gogitRepository ()
blob_test.go Add Close() method to gogitRepository ()
commit.go
commit_status.go Add Close() method to gogitRepository ()
content.go Add Close() method to gogitRepository ()
content_test.go Add Close() method to gogitRepository ()
delete.go Allow to set protected file patterns that can not be changed under no conditions ()
diff.go
diff_test.go Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code ()
file.go File Edit: Author/Committer interchanged [BugFix] ()
file_test.go Add Close() method to gogitRepository ()
repofiles.go
repofiles_test.go
temp_repo.go Handle push rejection in branch and upload ()
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 Add Close() method to gogitRepository ()
update.go Handle push rejection in branch and upload ()
upload.go
verification.go