ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 28ab9593c3 repo_path: split RepoPath into owned and borrowed types
This enables cheap str-to-RepoPath cast, which is useful when sorting and
filtering a large Vec<(String, _)> list by using matcher for example. It
will also eliminate temporary allocation by repo_path.parent().
2023-11-28 07:33:28 +09:00
..
examples repo_path: add stub RepoPathBuf type, update callers 2023-11-28 07:33:28 +09:00
src repo_path: split RepoPath into owned and borrowed types 2023-11-28 07:33:28 +09:00
testing fake_diff_editor: Allow specifying extra arguments to be ignored 2023-08-21 20:19:15 -07:00
tests cli rebase: do not allow -r --skip-empty 2023-11-27 10:16:36 -08:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00