mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
Since we already have globset in transitive dependencies, this change helps reduce the amount of dependencies. Another reason is that globset provides a function to convert glob to regex. This is nice because we use globs to match against strings or internal repository paths instead of platform-native paths. The GlobPattern wrapper is boxed because globset::Glob type is relatively big. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||