You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/pull
zeripath 7cd47046ea
Handle push rejection in branch and upload (#10854)
* 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 #10460

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
5 years ago
..
check.go Update mergebase in pr checker (#10586) 5 years ago
check_test.go
commit_status.go Fix bug on pull view when required status check no ci result (#10648) 5 years ago
lfs.go
main_test.go
merge.go Handle push rejection in branch and upload (#10854) 5 years ago
patch.go
pull.go
pull_test.go
review.go
temp_repo.go
update.go