1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-01 11:58:25 +00:00
Files
gitea/integrations/git_test.go
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

17 KiB