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

Use go-git #7

Closed
aymanbagabas opened this issue Sep 29, 2021 · 1 comment
Closed

Use go-git #7

aymanbagabas opened this issue Sep 29, 2021 · 1 comment
Assignees

Comments

@aymanbagabas
Copy link
Member

We could use go-git to implement our git middleware instead of using git-upload-pack and git-receive-pack cli. This would also handle all the necessary security a git server would have.

Implement https://pkg.go.dev/github.com/go-git/go-git/v5@v5.4.2/plumbing/transport#Session and https://pkg.go.dev/github.com/go-git/go-git/v5@v5.4.2/plumbing/protocol/packp protocols

aymanbagabas added a commit that referenced this issue Sep 30, 2021
Fixes: #7
@bashbunni
Copy link
Member

@caarlos0 can I close this issue? Looks like you merged the changes in Jan

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

Successfully merging a pull request may close this issue.

3 participants