jj/cli/src
Yuya Nishihara 9d77ad5594 config: add separate type for migration error, attach source path
Migration can fail because of unexpected value type, etc.
2025-01-22 01:01:04 +00:00
..
commands dynamic completion: complete jj git push {-r,-c} 2025-01-22 00:45:46 +00:00
config templates: add cryptographic_signature display to default formats 2025-01-15 23:29:35 +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 config: add separate type for migration error, attach source path 2025-01-22 01:01:04 +00:00
command_error.rs config: add separate type for migration error, attach source path 2025-01-22 01:01:04 +00:00
commit_templater.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
complete.rs cli: autocomplete: complete config values in addition to keys 2025-01-13 14:43:40 +00:00
config-schema.json formatter: add support for italic text 2025-01-20 17:46:27 +00:00
config.rs git: port s/bookmark/branch/ renames to config migration rules 2025-01-09 07:23:08 +00:00
description_util.rs cli: replace run_ui_editor() and edit_temp_file() with editor type 2025-01-03 10:23:58 +09:00
diff_util.rs style: remove useless type conversion 2025-01-02 23:23:19 +01: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: git: extract absolute_git_source() as utility function 2025-01-12 01:45:03 +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
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 Back out "config: merge and print inline tables as values" 2025-01-08 05:24:55 +00:00
template.pest templater: rename "logical" eq/ne operators 2024-12-12 22:48:45 +09:00
template_builder.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
template_parser.rs templater: rename "logical" eq/ne operators 2024-12-12 22:48:45 +09:00
templater.rs templater: introduce ConfigValue type, port "config list" value to it 2025-01-11 01:40:23 +00:00
text_util.rs cli: migrate remainder of Config::get() to StackedConfig::get() 2024-12-04 10:33:22 +09:00
time_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
ui.rs cleanup: remove a bunch of unused Default impls 2025-01-18 07:49:43 +00:00