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

How about start using go-git module? #76

Open
vit1251 opened this issue Sep 13, 2018 · 1 comment
Open

How about start using go-git module? #76

vit1251 opened this issue Sep 13, 2018 · 1 comment

Comments

@vit1251
Copy link

vit1251 commented Sep 13, 2018

How about start using https://github.com/src-d/go-git module to interaction with GIT?

@vit1251 vit1251 changed the title How about start using go-git module How about start using go-git module? Sep 13, 2018
@rgburke
Copy link
Owner

rgburke commented Sep 13, 2018

Thanks for posting the link to go-git, I didn't know there was a git implementation purely in go out there.

It would take a fair bit of work to integrate go-git as grv currently has some libgit2 specifics in it, but it should be possible. I'll need to check if it supports all of the operations we can perform using libgit2.

Ideally it should be possible to choose either libgit2 or go-git (or perhaps even another) as the backend library that drives all repository interaction. I will have a look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants