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 Don't output implicit defaults from "config list" 2023-02-01 19:49:57 -06:00
diff_util.rs formatter: remove write_bytes() method 2023-01-22 17:45:12 -08:00
formatter.rs formatter: rename underlined color config to underline 2023-01-31 08:14:27 -08:00
graphlog.rs cli: rename ui.graph.format to ui.graph.style 2023-01-27 10:36:26 -08:00
lib.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
main.rs refactor: return ExitCode from CliRunner::run() 2023-01-20 06:42:08 +01:00
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 refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
ui.rs cli: error out if colors section isn't of map type 2023-01-24 15:06:12 +09:00