jj/cli/src
Yuya Nishihara b363e695e4 commit_templater: make git_head return Option<RefName> instead of Vec<_>
Since we've introduced Option type, it no longer makes sense that git_head
returns a Vec<RefName>.
2024-03-26 00:28:43 +09:00
..
commands cli: add convenient methods to print hint or warning with default headings 2024-03-26 00:28:27 +09:00
config cli: highlight "Error: " headings 2024-03-26 00:28:27 +09:00
merge_tools cli: highlight "Warning: " and "warning: " headings 2024-03-26 00:28:27 +09:00
cleanup_guard.rs
cli_util.rs cli: add convenient methods to print hint or warning with default headings 2024-03-26 00:28:27 +09:00
command_error.rs cli: add convenient methods to print hint or warning with default headings 2024-03-26 00:28:27 +09:00
commit_templater.rs commit_templater: make git_head return Option<RefName> instead of Vec<_> 2024-03-26 00:28:43 +09:00
config-schema.json
config.rs
description_util.rs
diff_util.rs
formatter.rs formatter: add wrapper that writes labeled heading once with content 2024-03-26 00:28:27 +09:00
generic_templater.rs
git_util.rs cli: add convenient methods to print hint or warning with default headings 2024-03-26 00:28:27 +09:00
graphlog.rs
lib.rs
main.rs
operation_templater.rs
progress.rs
revset_util.rs cli: highlight "Warning: " and "warning: " headings 2024-03-26 00:28:27 +09:00
template.pest
template_builder.rs templater: turn logical && and || into short-circuiting operators 2024-03-25 11:15:18 +09:00
template_parser.rs
templater.rs commit_templater: make git_head return Option<RefName> instead of Vec<_> 2024-03-26 00:28:43 +09:00
text_util.rs
time_util.rs
ui.rs cli: add convenient methods to print hint or warning with default headings 2024-03-26 00:28:27 +09:00