jj/src
Yuya Nishihara 13d9dc4460 cli: allow to set ui.diff/merge-editor arguments inline
For stock merge-tools, having name -> args indirection makes sense. For
user-specific settings, it's simpler to set command name and arguments
together.

It might be a bit odd that "name with whitespace" can be parsed differently
depending on the existence of merge-tools."name with whitespace".
2023-02-06 11:28:40 +09:00
..
commands style: use helper instead of buiding UserError by hand 2023-02-05 20:23:29 +01:00
config cli: make hints cyan instead of blue 2023-02-04 11:16:34 -08:00
cleanup_guard.rs
cli_util.rs cli: fix typo in "rewriteable" 2023-02-04 11:16:17 -08:00
config-schema.json config: move src/commands/config-schema.json back to src/ 2023-02-05 19:02:54 +09:00
config.rs
diff_util.rs
formatter.rs
graphlog.rs
lib.rs
main.rs
merge_tools.rs cli: allow to set ui.diff/merge-editor arguments inline 2023-02-06 11:28:40 +09:00
progress.rs
template.pest templater: add parsing rule for integer literal, add i64 property 2023-02-05 17:21:54 +09:00
template_parser.rs templater: add parsing rule for integer literal, add i64 property 2023-02-05 17:21:54 +09:00
templater.rs templater: add parsing rule for integer literal, add i64 property 2023-02-05 17:21:54 +09:00
time_util.rs
ui.rs