jj/src
Yuya Nishihara d17ef14956 merge_tools: extract 2-way diff checkout helper
The directory prefix is renamed to "jj-diff-" as I'm going to use it for
"jj diff --tool <external-diff-generator>".
2023-08-03 13:53:37 +09:00
..
commands cli: add short form -c for jj git push --change 2023-08-03 03:26:31 +00:00
config cli templates: include change id and more in short commit description 2023-08-02 12:14:04 -07:00
cleanup_guard.rs perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
cli_util.rs cli: replace --allow-large-revsets by use of all: prefix 2023-07-28 22:30:40 -07:00
commit_templater.rs refs: rename RefTarget::is_conflict() to has_conflict() 2023-07-23 22:25:57 +09:00
config-schema.json cli: allow resolving shorter ids within a configured revset 2023-05-11 23:41:24 -07:00
config.rs perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
diff_util.rs perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
formatter.rs formatter: allow using "default" terminal color 2023-04-09 22:56:33 -07:00
graphlog.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
lib.rs templater: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
main.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
merge_tools.rs merge_tools: extract 2-way diff checkout helper 2023-08-03 13:53:37 +09:00
operation_templater.rs op_store: make ViewId and OperationId implement ObjectId 2023-07-26 14:17:21 -07:00
progress.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
template.pest templater: add parsing rule for lambda expression 2023-03-18 12:04:00 +09:00
template_builder.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
template_parser.rs templater: add list.map(|x| ...) operation 2023-03-18 12:04:00 +09:00
templater.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
text_util.rs templater: move split_email() to text_util module 2023-03-13 11:45:17 +09:00
time_util.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
ui.rs perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00