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

Prevent fetchGit from using incorrect cached rev for different refs #7174

Merged
merged 2 commits into from Oct 26, 2022

Commits on Oct 14, 2022

  1. Add test for issue 7146

    Andrew Brooks committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c7059c9 View commit details
    Browse the repository at this point in the history
  2. Fix NixOS#7146

    When fetching a non-local git repo by ref (and no rev), don't consider unrelated
    cached revs for the same repository.
    Andrew Brooks committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    a259084 View commit details
    Browse the repository at this point in the history