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

path-walk API: avoid adding a root tree more than once #5195

Commits on Oct 7, 2024

  1. path-walk API: avoid adding a root tree more than once

    When adding tree objects, we are very careful to avoid adding the same
    tree object more than once. There was one small gap in that logic,
    though: when adding a root tree object. Two refs can easily share the
    same root tree object, and we should still not add it more than once.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    930a3aa View commit details
    Browse the repository at this point in the history