Shallow clone support
See original GitHub issueHi there
I was hoping for support for git clone --depth 1
so that we can support init’ing repos without all the history data.
I’d be happy to have a go but am totally new to the project (as in, 5 mins new)
Issue Analytics
- State:
- Created 11 years ago
- Reactions:23
- Comments:17 (3 by maintainers)
Top Results From Across the Web
Get up to speed with partial clone and shallow clone
Git's partial clone and shallow clone features are options that can help here, but they come with their own tradeoffs.
Read more >How to Use Git Shallow Clone to Improve Performance
Using git shallow clone can help manage large repos with a lot of history, even after pruning your repo. But it is a...
Read more >Git - shallow Documentation
To make a shallow clone, you can call "git-clone --depth 20 repo". The result contains only commit chains with a length of at...
Read more >Shallow clone for Unity Catalog managed tables
Shallow clone support for Unity Catalog tracks the relationships between all cloned tables and the source data files, so valid files are ...
Read more >git - Why can't I push from a shallow clone?
I think "is not supported" is a succinct way to give good enough information, but it would only work for intelligent people.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any progress on this issue?
With this merged https://github.com/libgit2/libgit2/pull/6396, then it should be feasable to add to libgit2sharp