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

Re-instantiate non-optimized clone fallback #1126

Merged
merged 2 commits into from
Jun 23, 2023
Merged

Commits on Jun 23, 2023

  1. Re-instantiate non-optimized clone fallback

    This adds a bit back which got removed in
    69f567b, as there are reasons for the
    controller to perform a non-optimized clone.
    
    However, we always want to attempt the optimized version first without
    it being put behind a feature gate. Which was the original intent of
    the referenced commit.
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2f4b200 View commit details
    Browse the repository at this point in the history
  2. Disable "empty repository" Git test

    This is required because the test fails with Git >=v2.41.0 due to
    changes to commands used by the Git test server. Causing the server to
    return an error when cloning an empty repository, instead of yielding
    an empty object.
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    60571c0 View commit details
    Browse the repository at this point in the history