0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 23:19:04 +01:00
gitea/services/pull
zeripath cadec9bc22
Prevent panic on merge to PR (#10403)
If you attempt to merge to a branch which on a PR there will be a nil pointer error in the pull request checker.

This panic is uncaught and will bring down the gitea server.

This PR adds protection to prevent this.
2020-02-21 18:18:13 +00:00
..
check_test.go
check.go
commit_status.go
lfs.go
main_test.go
merge.go Only check for conflicts/merging if the PR has not been merged in the interim (#10132) 2020-02-10 01:09:31 +02:00
patch.go
pull_test.go
pull.go
review.go
temp_repo.go
update.go