git: truncate author names in blame output

This commit is contained in:
Charles Gould 2022-11-19 17:40:13 -05:00
parent 4fa654f928
commit 7bbd4f0b8d

View File

@ -17,7 +17,7 @@
features = blame-style diff-style features = blame-style diff-style
[delta "blame-style"] [delta "blame-style"]
blame-code-style = syntax blame-code-style = syntax
blame-format = " {commit:<8} {author:^18} {timestamp:>10} " blame-format = " {commit:<8} {author:^16.15} {timestamp:>10} "
blame-palette = "#2E3440" "#3B4252" "#434C5E" "#4C566A" blame-palette = "#2E3440" "#3B4252" "#434C5E" "#4C566A"
blame-separator-style = blue blame-separator-style = blue
blame-timestamp-output-format = "%v" blame-timestamp-output-format = "%v"