ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Yuya Nishihara 6c57ba7f21 index: rename ReadonlyIndexWrapper to DefaultReadonlyIndex
This matches the store naming: impl IndexStore for DefaultIndexStore. I also
added minimal doc comment and Debug.
2023-12-09 15:18:36 +09:00
..
commands index: rename ReadonlyIndexWrapper to DefaultReadonlyIndex 2023-12-09 15:18:36 +09:00
config merge_tools.toml: add a comment to meld-3 definition 2023-12-03 17:56:10 -08:00
merge_tools repo_path: split RepoPath into owned and borrowed types 2023-11-28 07:33:28 +09:00
cleanup_guard.rs No need for Lazy in LIVE_GUARDS 2023-08-22 02:12:05 -04:00
cli_util.rs git: have export_refs() obtain git2::Repository instance from store 2023-12-09 15:18:19 +09:00
commit_templater.rs templater: add local/remote_branches keywords 2023-10-28 11:03:23 +09:00
config-schema.json sign: Define signing backend API and integrate it 2023-11-30 23:36:56 +02:00
config.rs cli: show executable name in error message, include underlying error details 2023-11-23 10:05:45 +09:00
description_util.rs cli: generate commit template after selecting changes 2023-11-09 15:10:25 +01:00
diff_util.rs repo_path: make to_internal_file_string() return &str, rename accordingly 2023-11-27 08:42:09 +09:00
formatter.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
graphlog.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
lib.rs cli: move description utils to description_util.rs 2023-11-06 17:49:02 +01:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
operation_templater.rs templater: match exhaustively in boolean cast function 2023-10-28 05:29:50 +09:00
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
template.pest Allow \0 escape for nulls 2023-09-14 17:11:05 -04:00
template_builder.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
template_parser.rs Allow \0 escape for nulls 2023-09-14 17:11:05 -04:00
templater.rs templater: move empty signature placeholder to user template 2023-08-27 09:38:36 +09:00
text_util.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
time_util.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
ui.rs cli editor and pager: Add a comment 2023-11-22 23:36:16 -08:00