jj/cli/src
Yuya Nishihara b9aef59f0d diff: extract DiffStats type and calculate() function
This will help write template based on diff.stat() result. #4154

show_diff_stats() isn't reimplemented as DiffStats method because I think
DiffStats can be moved to jj-lib.
2025-02-05 00:31:16 +00:00
..
commands cli: squash: use draft description template to generate editor content 2025-02-04 06:05:58 +00:00
config cli: port "file list" to template 2025-01-23 02:21:15 +00:00
merge_tools resolve: try to resolve all conflicted files in fileset 2025-01-08 23:52:21 +00:00
cleanup_guard.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
cli_util.rs parser: use backtick to quote name or expression in error message 2025-02-03 01:31:04 +00:00
command_error.rs parser: use backtick to quote name or expression in error message 2025-02-03 01:31:04 +00:00
commit_templater.rs diff: extract DiffStats type and calculate() function 2025-02-05 00:31:16 +00:00
complete.rs cli: complete: complete revset alias symbols for revisions 2025-02-01 17:16:01 +00:00
config-schema.json docs: document the ui.movement.edit config option 2025-01-31 23:10:34 +00:00
config.rs config: add --when.command to scope resolution 2025-01-24 05:30:07 +00:00
description_util.rs cli: squash: use draft description template to generate editor content 2025-02-04 06:05:58 +00:00
diff_util.rs diff: extract DiffStats type and calculate() function 2025-02-05 00:31:16 +00:00
formatter.rs formatter: add support for italic text 2025-01-20 17:46:27 +00:00
generic_templater.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
git_util.rs cli: transform GitFetch/PushError globally 2025-02-01 11:04:38 +00:00
graphlog.rs cli: remove GraphLog::Edge type 2025-01-12 01:51:25 +00:00
lib.rs cli: make git support optional 2025-01-08 22:02:21 +00:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
movement_util.rs cli: get settings from workspace where makes sense 2025-01-06 21:15:28 +09:00
operation_templater.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
progress.rs cli: make git support optional 2025-01-08 22:02:21 +00:00
revset_util.rs parser: use backtick to quote name or expression in error message 2025-02-03 01:31:04 +00:00
template.pest templater: rename "logical" eq/ne operators 2024-12-12 22:48:45 +09:00
template_builder.rs templater: add pad_centered template function 2025-02-04 18:16:20 +00:00
template_parser.rs parser: use backtick to quote name or expression in error message 2025-02-03 01:31:04 +00:00
templater.rs templater: introduce ConfigValue type, port "config list" value to it 2025-01-11 01:40:23 +00:00
text_util.rs templater: add pad_centered template function 2025-02-04 18:16:20 +00:00
time_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
ui.rs cli: add ability to construct null Ui without any output 2025-02-01 08:37:22 +00:00