This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/repository
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>
2020-03-28 01:13:18 -03:00
..
branch.go Handle push rejection in branch and upload (#10854) 2020-03-28 01:13:18 -03:00
check.go
commits.go make avatar lookup occur at image request (#10540) 2020-03-27 14:34:39 +02:00
commits_test.go make avatar lookup occur at image request (#10540) 2020-03-27 14:34:39 +02:00
create.go
create_test.go Various fixes in login sources (#10428) 2020-02-23 13:52:05 -06:00
fork.go
fork_test.go
generate.go Option to set default branch at repository creation (#10803) 2020-03-26 19:14:51 +00:00
hooks.go
init.go Option to set default branch at repository creation (#10803) 2020-03-26 19:14:51 +00:00
main_test.go
repo.go
update.go