0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 12:35:08 +01:00
gitea/services/pull
zeripath 1eebbf23f0
When conflicts have been previously detected ensure that they can be resolved (#19247)
There is yet another problem with conflicted files not being reset when
the test patch resolves them.

This PR adjusts the code for checkConflicts to reset the ConflictedFiles
field immediately at the top. It also adds a reset to conflictedFiles
for the manuallyMerged and a shortcut for the empty status in
protectedfiles.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-29 18:42:34 +02:00
..
check_test.go
check.go
commit_status.go
lfs.go
main_test.go
merge.go
patch_unmerged.go
patch.go When conflicts have been previously detected ensure that they can be resolved (#19247) 2022-03-29 18:42:34 +02:00
pull_test.go
pull.go
review.go
temp_repo.go
update.go