jj/cli/src
Jakob Hellermann 270b54209e
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-24.04) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
cli: autocomplete: complete --config with possible configuration keys
the trailing `=` is especially nice to have because otherwise fish will
complete the suggestion and insert a space before the cursor.
With the `=`, `jj config --config ui.pagin<TAB>never` works.
2025-01-12 17:53:22 +00:00
..
commands cli: describe: use CommitRewriter::reparent 2025-01-12 14:56:26 +00:00
config cli: git push: allow signing commits on push 2025-01-12 02:33:32 +00:00
merge_tools
cleanup_guard.rs
cli_util.rs cli: autocomplete: complete --config with possible configuration keys 2025-01-12 17:53:22 +00:00
command_error.rs
commit_templater.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
complete.rs cli: autocomplete: complete --config with possible configuration keys 2025-01-12 17:53:22 +00:00
config-schema.json cli: git push: allow signing commits on push 2025-01-12 02:33:32 +00:00
config.rs git: port s/bookmark/branch/ renames to config migration rules 2025-01-09 07:23:08 +00:00
description_util.rs
diff_util.rs
formatter.rs
generic_templater.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
git_util.rs cli: git: extract absolute_git_source() as utility function 2025-01-12 01:45:03 +00:00
graphlog.rs cli: remove GraphLog::Edge type 2025-01-12 01:51:25 +00:00
lib.rs
main.rs
movement_util.rs
operation_templater.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
progress.rs
revset_util.rs
template.pest
template_builder.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
template_parser.rs
templater.rs templater: introduce ConfigValue type, port "config list" value to it 2025-01-11 01:40:23 +00:00
text_util.rs
time_util.rs
ui.rs