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

Ensure only fully matching symrefs are deleted #1038

Merged
merged 1 commit into from Aug 12, 2020

Commits on Jul 17, 2020

  1. Ensure only fully matching symrefs are deleted

    Deleting a symbolic ref with e.g. the name 'refs/remotes/origin/mas'
    would also delete 'refs/remotes/origin/master' if the ref had to be
    deleted from the pack file.
    
    In order to fix this the full ref is now checked for a match.
    westphahl committed Jul 17, 2020
You can’t perform that action at this time.