jj/lib
Yuya Nishihara f5187fa063 copies: determine copy/rename operation by CopiesTreeDiffStream
Not all callers need this information, but I assumed it's relatively cheap to
look up the source path in the target tree compared to diffing.

This could be represented as Regular(_)|Copied(_, _)|Renamed(_, _), but it's
a bit weird if Copied and Renamed were separate variants. Instead, I decided
to wrap copy metadata in Option.
2024-08-23 10:29:12 +09:00
..
benches formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
gen-protos
proc-macros formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
src copies: determine copy/rename operation by CopiesTreeDiffStream 2024-08-23 10:29:12 +09:00
tests copies: determine copy/rename operation by CopiesTreeDiffStream 2024-08-23 10:29:12 +09:00
testutils formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
Cargo.toml jj_lib: include indexmap as dependency 2024-08-12 21:48:17 +08:00
LICENSE