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

gh-gl-sync: fetch at max depth rather than unshallow #974

Merged
merged 1 commit into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. gh-gl-sync: fetch at max depth rather than unshallow

    While setting up a new copy of the sync script for Kokkos I encountered
    into the following error:
    
    fatal: --unshallow on a complete repository does not make sense
    
    I'm not 100% sure why git decided to do a full (rather than shallow)
    clone for this repository, but fetching at maximum depth instead seems
    to solve the issue.
    
    https://stackoverflow.com/a/46477285
    zackgalbreath committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6629a7e View commit details
    Browse the repository at this point in the history