gatsby-source-git icon indicating copy to clipboard operation
gatsby-source-git copied to clipboard

nodegit support

Open altsalt opened this issue 6 months ago • 1 comments

I plan on using this plugin in a few projects and noticed this note:

Ideally we'd use nodegit, but it doesn't support shallow clones (see https://github.com/libgit2/libgit2/issues/3058) which would have a significant effect on build times if you wanted to read files from git repositories with large histories.

The issue linked seems to be closed, perhaps indicating that shallow clones are now supported, enabling the backend of this project to changed.

altsalt avatar Dec 30 '23 20:12 altsalt

Yeah, thanks for brining this to my attention.

I'd welcome contributions that tried to do the conversion, but I'm unlikely to do the conversion myself.

darthsteven avatar Jan 03 '24 10:01 darthsteven