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

Worktree: Checkout, simplified sparse checkout #410

Merged
merged 1 commit into from Dec 10, 2021

Commits on Nov 9, 2021

  1. simplified sparse checkout

    This is the initial logic to support a simple sparse checkout where
    directories to be included can be specified in CheckoutOptions.
    This change doesn't fully support the sparse patterns, nor does this
    change include the optimization to collapse flie entries in ithe index
    that are excluded via the sparse checkout directory patterns included
    under the parent directory.
    john-cai authored and John Cai committed Nov 9, 2021
    Copy the full SHA
    f92011d View commit details
    Browse the repository at this point in the history