Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't error when branch's commit doesn't exist (go-gitea#19547)
* Don't error when branch's commit doesn't exist - 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 go-gitea#19541 * Don't send empty objects * Use more minimal approach
- Loading branch information