zed/crates/worktree
Max Brunsfeld dd328efaa7
Compute git statuses using the bundled git executable, not libgit2 (#12444)
I realized that somehow, the `git` executable is able to compute `git
status` much more quickly than libgit2, so I've switched our git status
logic to use `git`. Follow-up to
https://github.com/zed-industries/zed/pull/12266.

Release Notes:

- Improved the performance of git status updated when working in large
git repositories.
2024-05-29 14:31:24 -07:00
..
src Compute git statuses using the bundled git executable, not libgit2 (#12444) 2024-05-29 14:31:24 -07:00
Cargo.toml Avoid holding worktree lock for a long time while updating large repos' git status (#12266) 2024-05-24 17:41:35 -07:00
LICENSE-GPL Rename 'project_core' crate to 'worktree', make it just about worktrees (#9189) 2024-03-11 11:35:27 -07:00