jj/src
Martin von Zweigbergk aac5b7aa25 cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib
Almost everyone calls the project "jj", and there seeems to be
consensus that we should rename the crates. I originally wanted the
crates to be called `jj` and `jj-lib`, but `jj` was already
taken. `jj-cli` is probably at least as good for it anyway.

Once we've published a 0.8.0 under the new names, we'll release 0.7.1
versions under the old names with pointers to the new crates names.
2023-07-09 06:40:43 +02:00
..
commands cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
config templates: rename "show" template alias to "builtin_log_detailed" 2023-04-22 14:37:39 +09:00
cleanup_guard.rs fix windows warnings in src/cleanup_guard.rs 2023-04-30 15:18:30 +09:00
cli_util.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
commit_templater.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
config-schema.json cli: allow resolving shorter ids within a configured revset 2023-05-11 23:41:24 -07:00
config.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
diff_util.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02: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 cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
operation_templater.rs cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02: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 ui: send progress output to stderr 2023-06-13 21:50:01 +09:00