jj/cli/src
Scott Taylor 52499e84cc config: add color for renamed and copied in summary
Right now, renamed and copied files don't have any color in the output
of `jj status`, and it makes them stand out. I think it's reasonable to
color renamed files the same as modified files, since renaming is like
modifying the path, and to color copied files the same as added files,
since they're basically just added files that happen to have similar
contents to an existing file.
2024-09-03 21:33:29 -05:00
..
commands op log: change "resolve concurrent" to "reconcile divergent" 2024-08-30 21:56:11 -07:00
config config: add color for renamed and copied in summary 2024-09-03 21:33:29 -05:00
merge_tools conflicts: pass around conflict contents without materialization 2024-08-28 10:23:57 +09:00
cleanup_guard.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
cli_util.rs cli: make WorkspaceCommandHelper keep a CommandHelper 2024-09-03 08:41:24 -07:00
command_error.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
commit_templater.rs cli: change default inline threshold of color-words diffs 2024-08-28 10:33:33 +09:00
config-schema.json cli: change default inline threshold of color-words diffs 2024-08-28 10:33:33 +09:00
config.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
description_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
diff_util.rs conflicts: pass around conflict contents without materialization 2024-08-28 10:23:57 +09:00
formatter.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
generic_templater.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
git_util.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
graphlog.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
lib.rs next/prev: refactor movement utilities into cli/src/movement_utils.rs 2024-08-16 23:21:00 +01:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
movement_util.rs next/prev: update error message when no movement targets are found. 2024-08-25 09:58:04 +01:00
operation_templater.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
progress.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
revset_util.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
template.pest fileset, revset, templater: add support for single-quoted raw string literals 2024-04-25 11:14:33 +09:00
template_builder.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
template_parser.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
templater.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
text_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
time_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
ui.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00