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

Implement GitSource #11

Closed
mkaput opened this issue Jan 3, 2023 · 0 comments · Fixed by #69
Closed

Implement GitSource #11

mkaput opened this issue Jan 3, 2023 · 0 comments · Fixed by #69
Assignees
Milestone

Comments

@mkaput
Copy link
Member

mkaput commented Jan 3, 2023

This should work identically to Cargo's one.

Note that recently there appeared an effort to integrate gitoxide in place of libgit2 in Cargo itself. https://github.com/Byron/gitoxide/blob/main/git-repository/examples/clone.rs

Try to use async for these operations. With gitoxide there's a change we might need to change the runtime to Tokio

@mkaput mkaput modified the milestones: v0.1.0, Alpha 1, Alpha 2 Jan 3, 2023
@mkaput mkaput assigned mkaput and unassigned maciektr Jan 31, 2023
@mkaput mkaput modified the milestones: 0.1.0-alpha.1, 0.1.0-alpha.2 Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants