ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara e82527857d cli: inline parse_commit_summary_template(), cache template text instead
This will help deduplicate template parsing functions. We don't care about the
cost of config.get_string(), but I don't want to copy the config key to every
caller.
2024-03-05 12:12:34 +09:00
..
examples cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
src cli: inline parse_commit_summary_template(), cache template text instead 2024-03-05 12:12:34 +09:00
testing
tests cli: add --tool=<name> option to diff/merge editing commands 2024-03-04 01:33:43 +09:00
build.rs
Cargo.toml
LICENSE