Skip to content

Migrate to gix instead of spawning a git process for every command #14

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

Open
nik-rev opened this issue Mar 19, 2025 · 0 comments
Open

Migrate to gix instead of spawning a git process for every command #14

nik-rev opened this issue Mar 19, 2025 · 0 comments
Assignees

Comments

@nik-rev
Copy link
Owner

nik-rev commented Mar 19, 2025

gix is a performant implementation of Git in Rust

Currently patchy spawns a new git process every time we want to do something with Git. However, I've been thinking of switching to gix because it provides many utility crates that implement Git's functionality.

@nik-rev nik-rev self-assigned this Mar 19, 2025
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

1 participant