gitless
gitless copied to clipboard
Shallow and --depth clones
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.
shallow clones are now supported in libgit2: https://github.com/libgit2/libgit2/pull/6557 https://github.com/libgit2/libgit2/pull/6396