jj/cli/src
Yuya Nishihara 2fc7febaef commit_templater: teach elidable (or optional) commit
I think Option<Commit> is the simplest encoding of the log node.

The behavior of an Option type is closer to nullable types rather than the
Option in Rust. I don't think we would want to write opt.map(|x| x.f()) or
opt.unwrap().f(). We can of course add opt?.f() syntax, but it will be a short
for "if(opt, opt.f())"?
2024-03-24 10:32:15 +09:00
..
commands cli: add option to list only conflicted branches 2024-03-23 22:04:14 +09:00
config cli: show timestamp in local timezone and without millis and offset 2024-03-20 07:54:08 -07:00
merge_tools merge tools: split DiffEditWorkingCopies from DiffWorkingCopies 2024-03-15 21:35:57 -07:00
cleanup_guard.rs
cli_util.rs cli: avoid bad hint "Prefix the expression with 'all'..." 2024-03-23 10:05:18 +05:00
command_error.rs cli: don't bury GitImportError sources 2024-03-16 12:51:18 +09:00
commit_templater.rs commit_templater: teach elidable (or optional) commit 2024-03-24 10:32:15 +09:00
config-schema.json Make node symbols templatable in the graphs. 2024-03-21 17:41:31 +01:00
config.rs
description_util.rs
diff_util.rs formatter: use write!() or writeln!() thoroughly, remove .write_str() 2024-03-23 10:43:38 +09:00
formatter.rs formatter: use write!() or writeln!() thoroughly, remove .write_str() 2024-03-23 10:43:38 +09:00
generic_templater.rs templater: leverage TemplateProperty::map/and_then() helpers 2024-03-23 16:22:17 +09:00
git_util.rs git-push: Display messages from remote 2024-03-23 20:17:04 +08:00
graphlog.rs
lib.rs
main.rs
operation_templater.rs templater: leverage TemplateProperty::map/and_then() helpers 2024-03-23 16:22:17 +09:00
progress.rs
revset_util.rs cli: include root() in the heads node of the immutable set expression 2024-03-17 14:50:48 +09:00
template.pest
template_builder.rs templater: leverage TemplateProperty::map/and_then() helpers 2024-03-23 16:22:17 +09:00
template_parser.rs templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
templater.rs templater: add helper methods to map property like Option/Result 2024-03-23 16:22:17 +09:00
text_util.rs formatter: use write!() or writeln!() thoroughly, remove .write_str() 2024-03-23 10:43:38 +09:00
time_util.rs
ui.rs ui: Remove &mut requirement for prompt functions 2024-03-23 20:17:04 +08:00