ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Yuya Nishihara 686c1fb522 templater: allow trailing comma
While rewriting the default log template, I find it's annoying that I have
to remove "," from the last line.
2023-02-07 23:19:36 +09:00
..
commands templater: allow trailing comma 2023-02-07 23:19:36 +09:00
config cli: expand $left/$right parameters in merge-tools.<name>.edit-args 2023-02-07 18:32:57 +09:00
cleanup_guard.rs style: move unix-specific imports into unix section 2023-02-06 13:16:30 +01:00
cli_util.rs cli: rename FullCommandArgs to CommandNameAndArgs 2023-02-06 15:03:08 +09:00
config-schema.json config: add merge-tools.<name>.edit-args to schema 2023-02-07 18:32:57 +09:00
config.rs cli: rename FullCommandArgs to CommandNameAndArgs 2023-02-06 15:03:08 +09:00
diff_util.rs cli: rename diff.format to ui.diff.format 2023-02-05 23:36:30 -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: replace all $variable matches found in edit/merge-args 2023-02-07 18:32:57 +09:00
progress.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
template.pest templater: allow trailing comma 2023-02-07 23:19:36 +09:00
template_parser.rs templater: allow trailing comma 2023-02-07 23:19:36 +09:00
templater.rs templater: inline extract_entire_prefix_and_trimmed_tail() and simplify 2023-02-07 11:42:39 +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: rename FullCommandArgs to CommandNameAndArgs 2023-02-06 15:03:08 +09:00