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 fallback to unshallowing shallow clone #70252

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Commits on Jun 24, 2020

  1. Fix fallback to unshallowing shallow clone

    Currently git may not find the correct commit with depth=1000000 and shallow clone, caused by an error in the final fall back if clause. The comment in the if clause is correct, just missing a 'not' operator for the comment / behavior to work.
    elmeriniemela committed Jun 24, 2020
    Copy the full SHA
    c2902a3 View commit details
    Browse the repository at this point in the history