jj/cli/src
Emily d77ca1526a
Some checks are pending
binaries / Build binary artifacts (linux-aarch64-gnu, ubuntu-24.04, aarch64-unknown-linux-gnu) (push) Waiting to run
binaries / Build binary artifacts (linux-aarch64-musl, ubuntu-24.04, aarch64-unknown-linux-musl) (push) Waiting to run
binaries / Build binary artifacts (linux-x86_64-gnu, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Waiting to run
binaries / Build binary artifacts (linux-x86_64-musl, ubuntu-24.04, x86_64-unknown-linux-musl) (push) Waiting to run
binaries / Build binary artifacts (macos-aarch64, macos-14, aarch64-apple-darwin) (push) Waiting to run
binaries / Build binary artifacts (macos-x86_64, macos-13, x86_64-apple-darwin) (push) Waiting to run
binaries / Build binary artifacts (win-x86_64, windows-2022, x86_64-pc-windows-msvc) (push) Waiting to run
nix / flake check (macos-14) (push) Waiting to run
nix / flake check (ubuntu-latest) (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 Poetry 1.8 (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
cli: reference config settings for 'jj log -T' and 'jj git push -c'
2024-11-09 02:46:00 +01:00
..
commands cli: reference config settings for 'jj log -T' and 'jj git push -c' 2024-11-09 02:46:00 +01:00
config cli: don't use format_*() in annotate template, truncate author, omit commit id 2024-11-05 14:49:57 +09:00
merge_tools repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
cleanup_guard.rs
cli_util.rs cli: do not swallow error when checking working copy that became immutable 2024-11-09 09:40:29 +09:00
command_error.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
commit_templater.rs cli: add helper method that resolves user symbols in revset expression 2024-11-08 10:34:02 +09:00
config-schema.json bookmarks: add support for git.auto-local-bookmark (to match docs) 2024-10-30 08:01:02 -07:00
config.rs cli: add jj config unset 2024-10-30 06:50:15 +01:00
description_util.rs description_util: remove dependency on WorkspaceCommandHelper 2024-10-09 10:15:57 -04:00
diff_util.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
formatter.rs text_util: add function to pad labeled text 2024-10-21 08:47:08 +09:00
generic_templater.rs templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
git_util.rs cli: do not stringify git2::Error too early 2024-11-05 23:16:36 +09:00
graphlog.rs style: remove unneeded lifetimes from trait implementations 2024-10-17 13:35:06 +02:00
lib.rs
main.rs
movement_util.rs revset: reorganize expression resolution/evaluation methods 2024-11-08 10:34:02 +09:00
operation_templater.rs templater: pass diagnostics receiver around 2024-09-23 07:07:07 +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 cli: add helper method that resolves user symbols in revset expression 2024-11-08 10:34:02 +09:00
template.pest template: add support for logical equality operator 2024-11-08 01:55:18 +08:00
template_builder.rs template: add support for logical equality operator 2024-11-08 01:55:18 +08:00
template_parser.rs template: add support for logical equality operator 2024-11-08 01:55:18 +08: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
ui.rs ui: write prompt messages to stderr 2024-10-07 19:47:18 -04:00