mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-29 23:57:51 +00:00
docs/config.md: the op log needs a builtin_op_log_* template
Signed-off-by: Tim Janik <timj@gnu.org>
This commit is contained in:
parent
07e01c1ba6
commit
e3c8dce06a
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ You can configure the template used when no `-T` is specified.
|
|||
# Use builtin log template
|
||||
log = "builtin_log_compact"
|
||||
# Use builtin op log template
|
||||
op_log = "builtin_log_compact"
|
||||
op_log = "builtin_op_log_compact"
|
||||
# Use builtin show template
|
||||
show = "builtin_log_detailed"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue