jj/cli/src
Ilya Grigoriev 6d5390d1db cli: add upstream remote to default trunk()
This makes trunk() correct after `jj git fetch --remote upstream --branch
main`.
2023-09-19 20:51:23 -07:00
..
commands cli: add jj op log --no-graph 2023-09-10 15:17:43 -07:00
config cli: add upstream remote to default trunk() 2023-09-19 20:51:23 -07:00
merge_tools tests: wherever we test with only one backend, use the test backend 2023-09-19 20:49:41 -07:00
cleanup_guard.rs
cli_util.rs cli: fix operation id recorded on unmanaged Git HEAD move 2023-09-19 21:30:40 +09:00
commit_templater.rs
config-schema.json cli: rewrite "x | x-" in default log revset as "ancestors(x, 2)" 2023-09-08 09:28:14 +09:00
config.rs revsets: add trunk alias with default to main/master/root 2023-09-17 10:17:23 +10:00
diff_util.rs
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
time_util.rs
ui.rs