jj/cli/src
Martin von Zweigbergk ebec82ee0c cli: allow overwriting non-scalar with jj config set
Before this patch, it was an error to run `jj config set --user foo
'[1]'` twice. But it's only been broken since the previous commit
because '[1]' was interpreted as a string before then.
2023-10-11 07:40:08 -07:00
..
commands cli: send status messages to stderr, specify stdout/stderr explicitly 2023-10-11 19:24:01 +09:00
config cli: enable tree-level conflicts by default 2023-10-05 10:31:47 -07:00
merge_tools working_copy: rename to local_working_copy 2023-10-07 08:19:03 -07:00
cleanup_guard.rs
cli_util.rs cli: allow overwriting non-scalar with jj config set 2023-10-11 07:40:08 -07:00
commit_templater.rs git: look up "git" remote branches normally 2023-10-07 19:33:35 +09:00
config-schema.json cli: redefine default log revset using immutable_heads() 2023-10-01 11:15:30 -07:00
config.rs revsets: add trunk alias with default to main/master/root 2023-09-17 10:17:23 +10:00
diff_util.rs merge_tools: enable :builtin as default diff/merge editor 2023-09-21 03:29:27 +02:00
formatter.rs
graphlog.rs
lib.rs
main.rs
operation_templater.rs
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
template.pest Allow \0 escape for nulls 2023-09-14 17:11:05 -04:00
template_builder.rs templater: add boolean literals 2023-09-03 07:01:40 +09:00
template_parser.rs Allow \0 escape for nulls 2023-09-14 17:11:05 -04:00
templater.rs
text_util.rs cli: add helper to elide text from left 2023-09-02 08:21:33 +09:00
time_util.rs
ui.rs ui: remove write*() and flush() methods 2023-10-11 19:24:01 +09:00