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

Fix broken reference consistency check #3590

Merged
merged 1 commit into from
Feb 10, 2023

Commits on Feb 4, 2023

  1. Fix broken reference consistency check

    If a branch was identified with a missing parent, the branch would be
    moved to root. However, the ID of the branch would be changed as a
    result of that, and this resulted in the creation of a new branch
    instead of updating the old one. Deleting the old one first solves the
    issue.
    eliandoran committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    92f5864 View commit details
    Browse the repository at this point in the history