jj/cli
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
..
examples revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
src templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
build.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
Cargo.toml cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00