gitless icon indicating copy to clipboard operation
gitless copied to clipboard

Shallow and --depth clones

Open goldstar611 opened this issue 3 years ago • 1 comments

pygit2 doesn't support clones with --depth option or shallow clones, https://github.com/libgit2/libgit2/issues/3058 It may not make sense to completely remove the git client dependency.

goldstar611 avatar Feb 23 '22 01:02 goldstar611

shallow clones are now supported in libgit2: https://github.com/libgit2/libgit2/pull/6557 https://github.com/libgit2/libgit2/pull/6396

goldstar611 avatar Jun 19 '23 18:06 goldstar611