We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git2 is a problem mainly due to its usage of glibc and induced compilation problems.
So the goal would be to try replacing git2 with gix and check performances are OK.
The text was updated successfully, but these errors were encountered:
git2 usages in broot:
Find the location of the global .gitignore file. This should be possible with the Repository.path_by_key function of gix
Repository.path_by_key
Get a summary (added lines/removed lines) of the changes in the worktree: solution with gix to be determined
Get the git status of a path (i.e. the equivalent of git2's Status). This isn't currently possible in gix, blocked by gix-worktree and gix-index (checkout, status, commit) GitoxideLabs/gitoxide#301
gix-worktree
gix-index
Sorry, something went wrong.
Note: if somebody has a 100% Rust reliable solution to get path status without gix, please suggest.
Progress: https://github.com/Canop/stagix
I'm only missing the numbers of lines added/removed
No branches or pull requests
git2 is a problem mainly due to its usage of glibc and induced compilation problems.
So the goal would be to try replacing git2 with gix and check performances are OK.
The text was updated successfully, but these errors were encountered: