gatsby-source-git
gatsby-source-git copied to clipboard
Source plugin for pulling data into Gatsby from Git repositories (hosted anywhere)
Hi there, Does this plugin support folders? For example, if I have files in folders in my git repository. If yes, will the path be generated automatically based on these...
Can't clone internal company GitLAB
fixed https://github.com/stevetweeddale/gatsby-source-git/issues/22 because the `loadNodeContent` function in **gatsby-transformer-remark** need **gatsby-source-git** to imply. but in this plugin, don't have this function. we can add this function to index.js at root. and...
Hi Stephen, Might just want to update the readme that this requires **gatsby-source-filesystem** be in the gatsby-config. Without it I was getting. ``` Error: Could not find owner plugin of...
Use `git shortlog` to expose the contributors list both at a repo level and/or an individual file level. This is useful for sites that may want to highlight the maintainers...
Currently if you use a detached head repo (or otherwise have weird branch mappings) the build will fail with a `fatal: ref refs/remotes/origin/HEAD is not a symbolic ref` error when...
I plan on using this plugin in a few projects and noticed this note: > Ideally we'd use [nodegit](https://github.com/nodegit/nodegit), but it doesn't support shallow clones (see https://github.com/libgit2/libgit2/issues/3058) which would have...
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.11.0 to 5.12.1. Release notes Sourced from gatsby-source-filesystem's releases. v5.12.0 Welcome to [email protected] release (August 2023 #1) Key highlight of this release: Adapters Bleeding Edge: Want to...