ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Martin von Zweigbergk 8c5c0f0e83 cli: make jj debug index get stats from specific implementation
We don't want custom index implementations to have to conform to the
same kind of stats as the default implementation. This commit also
makes the command error out on non-default index types.
2023-03-12 22:08:31 -07:00
..
commands cli: make jj debug index get stats from specific implementation 2023-03-12 22:08:31 -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
formatter.rs
graphlog.rs graphlog: expose width() method to precompute graph width 2023-03-11 12:01:17 +09: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: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
template_parser.rs templater: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
templater.rs
text_util.rs templater: move split_email() to text_util module 2023-03-13 11:45:17 +09:00
time_util.rs
ui.rs ui: allow to override terminal width with $COLUMNS variable 2023-03-11 12:01:17 +09:00