jj/cli/src
Remo Senekowitsch a8c35db43d
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
nix / flake check (push) Waiting to run
build / build (, macos-13) (push) Waiting to run
build / build (, macos-14) (push) Waiting to run
build / build (, ubuntu-latest) (push) Waiting to run
build / build (, windows-latest) (push) Waiting to run
build / build (--all-features, ubuntu-latest) (push) Waiting to run
build / Build jj-lib without Git support (push) Waiting to run
build / Check protos (push) Waiting to run
build / Check formatting (push) Waiting to run
build / Check that MkDocs can build the docs (push) Waiting to run
build / Check that MkDocs can build the docs with latest Python and uv (push) Waiting to run
build / cargo-deny (advisories) (push) Waiting to run
build / cargo-deny (bans licenses sources) (push) Waiting to run
build / Clippy check (push) Waiting to run
Codespell / Codespell (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-latest) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
completion: suggest file paths incrementally
If there are multiple files in a subdirectory that are candidates for
completion, only complete the common directory prefix to reduce the number of
completion candidates shown at once.

This matches the normal shell completion of file paths.
2024-12-01 11:06:36 +01:00
..
commands completion: suggest file paths incrementally 2024-12-01 11:06:36 +01:00
config merge_tools: allow setting conflict marker style per-tool 2024-11-26 09:05:17 -06:00
merge_tools settings: own StackedConfig by UserSettings, migrate tests to use config layer 2024-11-30 10:01:05 +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: move get_new_config_file_path() to commands::config 2024-11-30 10:01:35 +09:00
command_error.rs cli: Fix error message grammar and associated tests 2024-11-25 18:22:33 -06:00
commit_templater.rs conflicts: add "ui.conflict-marker-style" config 2024-11-23 08:28:47 -06:00
complete.rs completion: suggest file paths incrementally 2024-12-01 11:06:36 +01:00
config-schema.json merge_tools: allow setting conflict marker style per-tool 2024-11-26 09:05:17 -06:00
config.rs config: update comment about new config file creation 2024-11-30 10:01:35 +09:00
description_util.rs settings: add forwarding getters, replace most of .config() uses 2024-11-23 10:20:27 +09:00
diff_util.rs conflicts: add "ui.conflict-marker-style" config 2024-11-23 08:28:47 -06:00
formatter.rs config: add type alias for config::ConfigError 2024-11-23 10:20:27 +09:00
generic_templater.rs templater: add abstraction to implement equality operation per type 2024-11-10 21:41:24 +09:00
git_util.rs cli git fetch: clarify the error for invalid branch names/globs 2024-11-29 11:27:05 -08:00
graphlog.rs settings: add forwarding getters, replace most of .config() uses 2024-11-23 10:20:27 +09:00
lib.rs completion: teach rename about local bookmarks 2024-11-10 07:26:22 +01:00
main.rs
movement_util.rs settings: add forwarding getters, replace most of .config() uses 2024-11-23 10:20:27 +09:00
operation_templater.rs templater: add abstraction to implement equality operation per type 2024-11-10 21:41:24 +09:00
progress.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
revset_util.rs config: replace LayeredConfigs with StackedConfig 2024-11-28 08:45:48 +09:00
template.pest templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
template_builder.rs templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
template_parser.rs templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
templater.rs formatter: flush color escape sequence when raw() stream is requested 2024-10-14 11:44:24 +09:00
text_util.rs text_util: add function to pad labeled text 2024-10-21 08:47:08 +09:00
time_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
ui.rs config: add type alias for config::ConfigError 2024-11-23 10:20:27 +09:00