Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move away from git CLI dependency to libgit2 #1

Open
deepal opened this issue Jun 12, 2021 · 0 comments
Open

Move away from git CLI dependency to libgit2 #1

deepal opened this issue Jun 12, 2021 · 0 comments
Labels
enhancement New feature or request git-client

Comments

@deepal
Copy link
Owner

deepal commented Jun 12, 2021

Currently, stdlint assumes that git command is available on the shell stdlint is run. However, this is not the case mostly especially in situations where stdlint is run inside a stripped-down container. See if we can instead write a wrapper to libgit2 (https://libgit2.org/), or there is an existing wrapper we can use. (see: https://www.npmjs.com/search?q=libgit2)

@deepal deepal added enhancement New feature or request git-client labels Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request git-client
Projects
None yet
Development

No branches or pull requests

1 participant