Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't error when branch's commit doesn't exist #19547

Merged
merged 3 commits into from
Apr 29, 2022

Commits on Apr 29, 2022

  1. 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
    Gusted committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2aafa03 View commit details
    Browse the repository at this point in the history
  2. Don't send empty objects

    Gusted committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    949c848 View commit details
    Browse the repository at this point in the history
  3. Use more minimal approach

    Gusted committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    5eeff42 View commit details
    Browse the repository at this point in the history