jj/cli/src
Yuya Nishihara 4394bf8de8 templater: add boolean literals
They are implemented as literal expressions so that user cannot override
them by false and true aliases.
2023-09-03 07:01:40 +09:00
..
commands working_copy: in LockedWorkingCopy::drop(), discard unsaved changes 2023-09-01 12:25:47 -07:00
config templates: default placeholders to red 2023-08-30 12:54:15 +08:00
merge_tools merge_tools: create builtin diff editor 2023-08-30 05:38:10 -04:00
cleanup_guard.rs
cli_util.rs working_copy: in LockedWorkingCopy::drop(), discard unsaved changes 2023-09-01 12:25:47 -07:00
commit_templater.rs commit: drop merged_ prefix from tree() and tree_id() 2023-08-29 08:32:04 -07:00
config-schema.json
config.rs
diff_util.rs cli: make diff stat calculate path length based on unicode width 2023-09-02 08:21:33 +09: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
template_builder.rs templater: add boolean literals 2023-09-03 07:01:40 +09:00
template_parser.rs templater: add boolean literals 2023-09-03 07:01:40 +09: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