mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
7 lines
216 B
TOML
7 lines
216 B
TOML
#:schema ../../../src/config-schema.json
|
|
|
|
# configuring the formatting of timestamps only for the log command
|
|
|
|
[[--scope]]
|
|
--when.commands = ["log"]
|
|
template-aliases.'format_timestamp(timestamp)' = 'timestamp.ago()'
|