jj/cli/src
Yuya Nishihara f047addfe0 conflicts: pack MaterializedTreeValue::FileConflict fields into struct
I'll add a function that returns Option<MaterializedFileConflictValue> instead
of MaterializedTreeValue.
2025-04-12 08:58:05 +00:00
..
commands conflicts: pack MaterializedTreeValue::FileConflict fields into struct 2025-04-12 08:58:05 +00:00
config diff: add option to render color-words diffs without materializing conflicts 2025-04-08 09:12:39 +00:00
merge_tools conflicts: pack MaterializedTreeValue::FileConflict fields into struct 2025-04-12 08:58:05 +00:00
cleanup_guard.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
cli_util.rs transaction: propagate error from tx.write() 2025-04-12 06:56:13 +00:00
command_error.rs transaction: wrap tx.commit() error in enum 2025-04-12 06:56:13 +00:00
commit_templater.rs view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
complete.rs cli completion: add completion for jj git push --named 2025-04-01 16:56:33 +00:00
config-schema.json config-schema: add templates 2025-04-12 00:20:46 +00:00
config.rs git: add deprecation warnings for git.subprocess 2025-04-08 10:36:46 +00:00
description_util.rs cli: pad empty description intro/instruction lines with "JJ:" 2025-04-01 02:02:02 +00:00
diff_util.rs conflicts: pack MaterializedTreeValue::FileConflict fields into struct 2025-04-12 08:58:05 +00:00
formatter.rs formatter: add support for reversing colors 2025-03-25 15:54:22 +00:00
generic_templater.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
git_util.rs git: add deprecation warnings for git.subprocess 2025-04-08 10:36:46 +00:00
graphlog.rs cli: remove GraphLog::Edge type 2025-01-12 01:51:25 +00:00
lib.rs cli: make git support optional 2025-01-08 22:02:21 +00:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
movement_util.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
operation_templater.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
progress.rs cleanup: remove unneeded lifetime capturing from snapshot_progress() 2025-03-08 01:16:56 +00:00
revset_util.rs revset: extract internal context struct from RevsetParseContext 2025-03-26 13:03:41 +00:00
template.pest templater: rename "logical" eq/ne operators 2024-12-12 22:48:45 +09:00
template_builder.rs cleanup: switch to use<'_> capturing syntax 2025-03-08 01:16:56 +00:00
template_parser.rs cleanup: use new array methods instead of .collect_tuple()/.next_tuple() 2025-04-12 00:58:14 +00:00
templater.rs cleanup: switch to use<'_> capturing syntax 2025-03-08 01:16:56 +00:00
text_util.rs tests: run insta --force-update-snapshots 2025-03-06 21:35:08 +00:00
time_util.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
ui.rs ui: do not pass empty choice input to parse function 2025-03-18 15:43:43 +00:00