ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Martin von Zweigbergk e64ca31bfd cli: show diff summary as two states instead of transition
By using one letter for the path type before and one letter for path
type after, we can encode much more information than just the current
'M'/'A'/'R'. In particular, we can indicate new and resolved
conflicts. The color still encodes the same information as before. The
output looks a bit weird after many years of using `hg status`. It's a
bit more similar to the `git status -s` format with one letter for the
index and one with the working copy. Will we get used to it and find
it useful?
2023-03-16 08:01:13 -07:00
..
commands cli: try to clarify the help texts for jj op commands a little 2023-03-16 08:00:05 -07:00
config cli: add ui.log-word-wrap option 2023-03-11 12:01:17 +09:00
cleanup_guard.rs
cli_util.rs cli: add ui.log-word-wrap option 2023-03-11 12:01:17 +09:00
commit_templater.rs templater: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
config-schema.json cli: add ui.log-word-wrap option 2023-03-11 12:01:17 +09:00
config.rs
diff_util.rs cli: show diff summary as two states instead of transition 2023-03-16 08:01:13 -07:00
formatter.rs formatter: pass data range to replay callback instead of data slice 2023-03-10 16:07:55 +09:00
graphlog.rs cli: replace o as graph node by when using unicode graph 2023-03-12 23:21:05 -07:00
lib.rs templater: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
main.rs
merge_tools.rs
operation_templater.rs templater: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
progress.rs ui: simplify size() to only return width, rename it to term_width() 2023-03-11 12:01:17 +09:00
template.pest
template_builder.rs templater: unify variants of type error as general expression error 2023-03-16 03:46:54 +09:00
template_parser.rs templater: unify variants of type error as general expression error 2023-03-16 03:46:54 +09:00
templater.rs templater: generalize IndentTemplate as reformatting template 2023-03-10 16:07:55 +09:00
text_util.rs templater: move split_email() to text_util module 2023-03-13 11:45:17 +09:00
time_util.rs time_util: add functions to parse format spec and apply it later 2023-03-15 12:14:42 +09:00
ui.rs ui: allow to override terminal width with $COLUMNS variable 2023-03-11 12:01:17 +09:00