jj/src
Yuya Nishihara 6a55ae6fea settings: add helper to turn ConfigError::NotFound into Option
Now we have 4 callers, I concluded this is common enough to add an
extension method. Still I think it's preferred to define config items in
src/config/*.toml if possible. It will catch typo of config keys.
2023-04-14 20:30:42 +09:00
..
commands settings: add helper to turn ConfigError::NotFound into Option 2023-04-14 20:30:42 +09:00
config cmd: when a single remote is defined, default to it for git fetch/push 2023-04-14 08:20:30 +03:00
cleanup_guard.rs style: move unix-specific imports into unix section 2023-02-06 13:16:30 +01:00
cli_util.rs revset: add "resolve" method to RevsetExpression, always call it 2023-04-10 00:39:58 +09:00
commit_templater.rs Templater: label hidden commits (aka abandoned commits) 2023-04-09 22:56:33 -07:00
config-schema.json Templater: label hidden commits (aka abandoned commits) 2023-04-09 22:56:33 -07:00
config.rs settings: add helper to turn ConfigError::NotFound into Option 2023-04-14 20:30:42 +09:00
diff_util.rs repo: implement Repo on ReadonlyRepo instead of its Arc 2023-03-21 21:43:44 -07:00
formatter.rs formatter: allow using "default" terminal color 2023-04-09 22:56:33 -07:00
graphlog.rs Switch graph node to use for commit instead of 2023-04-02 23:15:37 -07:00
lib.rs templater: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
main.rs
merge_tools.rs settings: add helper to turn ConfigError::NotFound into Option 2023-04-14 20:30:42 +09:00
operation_templater.rs templater: add support for unformattable property 2023-03-24 12:17:38 +09:00
progress.rs cli: include total downloaded size in progress output 2023-04-05 06:21:32 -07:00
template.pest templater: add parsing rule for lambda expression 2023-03-18 12:04:00 +09:00
template_builder.rs templater: implement list methods for unformattable property 2023-03-24 12:17:38 +09:00
template_parser.rs templater: add list.map(|x| ...) operation 2023-03-18 12:04:00 +09:00
templater.rs templater: add trait that represents a mapped template 2023-03-18 12:04:00 +09:00
text_util.rs templater: move split_email() to text_util module 2023-03-13 11:45:17 +09:00
time_util.rs time_util: add functions to parse format spec and apply it later 2023-03-15 12:14:42 +09:00
ui.rs cli: move default ui.pager config to misc.toml 2023-03-30 21:16:28 -07:00