You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: