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

workaround checkout-error for nested shallow submodules #380

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

Commits on Mar 29, 2022

  1. workaround checkout-error for nested shallow submodules

    If a nested submodule is configured to be "shallow", referencing a
    commit that is not reachable from the respective repository's HEAD
    (typically the default branch, if e.g. hosted on GitHub), will result in
    an error when checking out the submodule (git submodule update..).
    
    Workaround this by always setting `--no-recommend-shallow`, which
    lets git ignore this setting.
    ccwienk committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b53aa30 View commit details
    Browse the repository at this point in the history