mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 21:31:32 +00:00
We were using `std::path::Path::strip_prefix` to determine which repository an absolute path belongs to, which doesn't work when the paths are Windows-style but the code is running on unix. Replace it with a platform-agnostic implementation of `strip_prefix`. Release Notes: - Fixed git features not working when a Windows host collaborates with a unix guest |
||
|---|---|---|
| .. | ||
| test | ||
| arc_cow.rs | ||
| archive.rs | ||
| command.rs | ||
| fs.rs | ||
| markdown.rs | ||
| paths.rs | ||
| redact.rs | ||
| rel_path.rs | ||
| schemars.rs | ||
| serde.rs | ||
| shell.rs | ||
| shell_builder.rs | ||
| shell_env.rs | ||
| size.rs | ||
| test.rs | ||
| time.rs | ||
| util.rs | ||