mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 05:29:39 +00:00
templates: use format_short_signature() in builtin_log_oneline
This commit is contained in:
parent
891fa88be0
commit
a616ff8acd
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ if(root,
|
|||
concat(
|
||||
separate(" ",
|
||||
format_short_change_id_with_hidden_and_divergent_info(self),
|
||||
if(author.email(), author.username(), email_placeholder),
|
||||
format_short_signature(author),
|
||||
format_timestamp(committer.timestamp()),
|
||||
bookmarks,
|
||||
tags,
|
||||
|
|
Loading…
Reference in a new issue