mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-08 13:42:39 +00:00
log: remove redundant "timestamp" label from default template
We now already have the "timestamp" label from the auto-labeling of method calls. Without the use of the "email" label in the previous commit, we would now emit an unnecessary color code when the "author" label is added but before the "timestamp" is added. So that patch wasn't just about simplifiying the config :)
This commit is contained in:
parent
0a29ef841f
commit
f46030e549
1 changed files with 1 additions and 1 deletions
|
@ -1561,7 +1561,7 @@ fn log_template(settings: &UserSettings) -> String {
|
|||
change_id.short()
|
||||
if(divergent, label("divergent", " divergent"))
|
||||
" " author.email()
|
||||
" " label("timestamp", {committer_timestamp})
|
||||
" " {committer_timestamp}
|
||||
if(branches, " " branches)
|
||||
if(tags, " " tags)
|
||||
if(working_copies, " " working_copies)
|
||||
|
|
Loading…
Reference in a new issue