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

GitHubRepo: support shallow clone #48

Open
jefflill opened this issue Jan 24, 2023 · 0 comments
Open

GitHubRepo: support shallow clone #48

jefflill opened this issue Jan 24, 2023 · 0 comments
Labels
feature New feature or request

Comments

@jefflill
Copy link
Contributor

It would be nice to support shallow cloning of a GitHub repo where we only pull the head files for a branch. I was thinking about adding an optiona; bool shallow parameter to GitHubRepo.CloneAsync() but it appears that LibGit2Sharp hasn't implemented this yet; the issue is from 2012:

libgit2/libgit2sharp#229

So we'll need to watch for this to be implemented.

@jefflill jefflill added the feature New feature or request label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant