git: truncate author names in blame output
This commit is contained in:
parent
4fa654f928
commit
7bbd4f0b8d
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user