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 the git2 create to remove git dependency #143

Open
volllly opened this issue Nov 4, 2022 · 3 comments · May be fixed by #263
Open

Use the git2 create to remove git dependency #143

volllly opened this issue Nov 4, 2022 · 3 comments · May be fixed by #263
Labels
C-Enhancement New feature or request

Comments

@volllly
Copy link
Owner

volllly commented Nov 4, 2022

Use https://docs.rs/git-repository/ or https://docs.rs/git2/latest/git2/ to perform git actions instead of relying on a local git installation.

@volllly volllly added the C-Enhancement New feature or request label Nov 4, 2022
@volllly volllly changed the title Use the gitoxide create to remove git dependency Use the git2 create to remove git dependency Jun 20, 2023
@volllly volllly linked a pull request Jun 20, 2023 that will close this issue
@yonas
Copy link

yonas commented Apr 12, 2024

Is gitoxide still missing required features?

@volllly
Copy link
Owner Author

volllly commented Apr 17, 2024

Hey, I think git init, fetch and clone operations are supported now so if the rotz sync command will be deprecated we can use gitoxide 🤩

@yonas
Copy link

yonas commented Apr 17, 2024

@volllly I just voted to get rid of sync. rotz shall finally fully self-contained. 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants