question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Shallow clone support

See original GitHub issue

Hi 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:open
  • Created 11 years ago
  • Reactions:23
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

9reactions
tschisslercommented, Feb 26, 2021

Any progress on this issue?

5reactions
hoerupcommented, May 9, 2023

With this merged https://github.com/libgit2/libgit2/pull/6396, then it should be feasable to add to libgit2sharp

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found