mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
I'm going to fix parsing of CLI string patterns to use revset parser, and it would be annoying if inner quotes were required in addition to shell quotes: $ jj bookmark list 'glob:"push-*"' There's also a plan to enable glob matching globally. This will mean that we'll have to use either `subject(*foo*)` or `subject(substring:foo)` for substring search. https://github.com/jj-vcs/jj/issues/6971#issuecomment-3067038313 |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||