mirror of
https://github.com/go-gitea/gitea
synced 2025-02-14 19:07:03 +01:00
- Backport #19547 - If one of the branches no longer exists, don't throw an error, it's possible that the branch was destroyed during the process. Simply skip it and disregard it. - Resolves #19541