Added git repository type infrastructure and moved git file system stuff into fs abstraction so we can test without touching the file system. Co-Authored-By: kay@zed.dev
This commit is contained in:
parent
0d1b2a7e46
commit
6ac9308a03
4 changed files with 230 additions and 65 deletions
|
@ -1,4 +1,5 @@
|
|||
pub mod fs;
|
||||
mod git_repository;
|
||||
mod ignore;
|
||||
mod lsp_command;
|
||||
pub mod search;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue