ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Yuya Nishihara 8579bc479f cli: print commits abandoned by git::import_refs() or fetch()
This will probably help to understand why you've got conflicts after fetching.
Maybe we can also report changed local refs.

I think the stats should be redirected to stderr, but we have many other similar
messages printed to stdout. I'll probably fix them all at once later.
2023-10-02 17:31:05 +09:00
..
commands cli: print commits abandoned by git::import_refs() or fetch() 2023-10-02 17:31:05 +09:00
config cli: make set of immutable commits configurable 2023-09-25 15:41:45 -07:00
merge_tools files: take Merge argument to merge() 2023-09-27 22:14:39 -07:00
cleanup_guard.rs
cli_util.rs cli: print commits abandoned by git::import_refs() or fetch() 2023-10-02 17:31:05 +09:00
commit_templater.rs templater: fast-path empty and conflict to not read trees 2023-09-26 18:18:52 -07: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