jj/lib
Yuya Nishihara 512d85bfad config: add convenient function that constructs ConfigLayer from TOML string
This will be used mainly in tests. The default layers might also be migrated to
per-file layers constructed by ConfigLayer::parse().
2024-11-30 10:01:05 +09:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src config: add convenient function that constructs ConfigLayer from TOML string 2024-11-30 10:01:05 +09:00
tests test_merged_tree: avoid a temporary lifetime extension 2024-11-27 18:53:28 -08:00
testutils store: make get_tree() functions take owned repo path 2024-11-27 18:53:28 -08:00
Cargo.toml config: extract ConfigNamePathBuf to jj-lib 2024-11-23 10:20:27 +09:00
LICENSE