jj/cli/tests
Arthur Grillo bfaa5b8890 templates: Add new template alias builtin_log_compact_full_description
For a new user, it is not clear how to view the full commit
message/description of a change with `jj log`.

This fix this, add a new template alias
`builtin_log_compact_full_description` to display the  commit like
`builtin_log_compact` does but with a full description.

The user can set it to true on the config like this:
```
templates.log = builtin_log_compact_full_description
```

Fixes: #3688
2024-10-26 14:01:18 -03:00
..
common
cli-reference@.md.snap cli: bookmark list: extend --remote filter to string patterns 2024-10-25 22:24:46 +09:00
runner.rs cli: Add command jj file annotate 2024-10-15 16:31:32 +03:00
test_abandon_command.rs
test_acls.rs diff: remove duplicated source message from AccessDenied error 2024-10-23 23:51:21 +09:00
test_advance_bookmarks.rs
test_alias.rs
test_annotate_command.rs cli: Add command jj file annotate 2024-10-15 16:31:32 +03:00
test_backout_command.rs
test_bookmark_command.rs cli: bookmark list: exclude local-only refs if --remote is specified 2024-10-25 22:24:46 +09:00
test_builtin_aliases.rs
test_checkout.rs
test_commit_command.rs
test_commit_template.rs templater: make "git_head" return boolean, render it as "git_head()" 2024-10-21 09:21:34 +09:00
test_concurrent_operations.rs
test_config_command.rs
test_copy_detection.rs
test_debug_command.rs
test_describe_command.rs
test_diff_command.rs diff: Allow setting the default level of context in config. 2024-10-25 17:56:56 +01:00
test_diffedit_command.rs
test_duplicate_command.rs
test_edit_command.rs
test_evolog_command.rs templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
test_file_chmod_command.rs
test_file_show_command.rs
test_file_track_untrack_commands.rs
test_fix_command.rs
test_generate_md_cli_help.rs
test_git_clone.rs git clone: Add depth argument 2024-10-14 20:01:08 +02:00
test_git_colocated.rs templater: make "git_head" return boolean, render it as "git_head()" 2024-10-21 09:21:34 +09:00
test_git_fetch.rs
test_git_import_export.rs
test_git_init.rs templater: make "git_head" return boolean, render it as "git_head()" 2024-10-21 09:21:34 +09:00
test_git_private_commits.rs
test_git_push.rs
test_git_remotes.rs
test_git_submodule.rs
test_gitignores.rs
test_global_opts.rs
test_help_command.rs
test_immutable_commits.rs
test_init_command.rs templater: make "git_head" return boolean, render it as "git_head()" 2024-10-21 09:21:34 +09:00
test_interdiff_command.rs
test_log_command.rs templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
test_move_command.rs
test_new_command.rs
test_next_prev_commands.rs
test_operations.rs templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
test_parallelize_command.rs
test_rebase_command.rs rebase -s: add support for --insert-after and --insert-before options 2024-10-16 11:26:59 +08:00
test_repo_change_report.rs
test_resolve_command.rs
test_restore_command.rs
test_revset_output.rs
test_root.rs
test_shell_completion.rs
test_show_command.rs templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
test_simplify_parents_command.rs
test_sparse_command.rs
test_split_command.rs
test_squash_command.rs
test_status_command.rs
test_tag_command.rs
test_templater.rs templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
test_undo.rs
test_unsquash_command.rs
test_util_command.rs
test_working_copy.rs
test_workspaces.rs