jj/cli/src
Yuya Nishihara abd7f43507 templater: add commit.files() function to list existing files
I think this can be useful in CLI tests. I noticed there are lots of "jj file
list" calls in https://github.com/jj-vcs/jj/pull/6141 which could be combined
with "jj log" outputs.
2025-08-02 01:30:29 +00:00
..
commands index: reimplement stats() to not depend on CompositeCommitIndex abstraction 2025-08-01 01:12:32 +00:00
config cli help: document the ci alias, add comment for future 2025-07-23 01:05:07 +00:00
merge_tools cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
cleanup_guard.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
cli_util.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
command_error.rs cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
commit_templater.rs templater: add commit.files() function to list existing files 2025-08-02 01:30:29 +00:00
complete.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
config-schema.json ssh-signing: add revocation-list option 2025-07-29 12:46:36 +00:00
config.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
description_util.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
diff_util.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
formatter.rs cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
generic_templater.rs cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
git_util.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
graphlog.rs cli: remove GraphStyle::is_ascii() which has been inlined in templates 2025-06-22 01:16:59 +00:00
lib.rs cli: make git support optional 2025-01-08 22:02:21 +00:00
main.rs cli: replace ExitCode by u8 2025-05-17 05:45:59 +00:00
movement_util.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
operation_templater.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
progress.rs cleanup: remove unneeded lifetime capturing from snapshot_progress() 2025-03-08 01:16:56 +00:00
revset_util.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
template.pest template/revset: mention tree-sitter grammar in pest file 2025-07-10 09:54:27 +00:00
template_builder.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
template_parser.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
templater.rs cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
text_util.rs cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
time_util.rs cleanup: replace once_cell::sync::Lazy by std::sync::LazyLock 2025-07-07 14:24:25 +00:00
ui.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00