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
src templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
testing
tests templates: Add new template alias builtin_log_compact_full_description 2024-10-26 14:01:18 -03:00
build.rs
Cargo.toml
LICENSE