ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara dc954517b9 cli: extract UnifiedDiff/DiffStatOptions structs
UnifiedDiffOptions could be wrapped by GitDiffOptions, but there are no Git-diff
specific options right now.
2024-10-06 09:45:27 +09:00
..
examples templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
src cli: extract UnifiedDiff/DiffStatOptions structs 2024-10-06 09:45:27 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests style: avoid using .to_owned()/.to_vec() on owned objects 2024-10-04 22:29:13 +02:00
build.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
Cargo.toml cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
LICENSE