gitea/services/pull
zeripath 92e81e97e8
Detect conflicts with 3way merge (#18536)
* Detect conflicts with 3way merge

Unforunately git apply --3way reports conflicts differently than standard patches
resulting in conflicts being missed.

Adjust the conflict detection code to account for this different error reporting.

Fix #18514

Signed-off-by: Andrew Thornton <art27@cantab.net>

* and three-way failed

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-02-02 12:46:10 +08:00
..
check.go
check_test.go
commit_status.go
lfs.go
main_test.go
merge.go
patch.go Detect conflicts with 3way merge (#18536) 2022-02-02 12:46:10 +08:00
patch_unmerged.go
pull.go
pull_test.go
review.go
temp_repo.go
update.go