mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Add user config gui.commitAuthorFormat
This commit is contained in:
parent
629b7ba1b8
commit
57f9493770
5 changed files with 32 additions and 2 deletions
|
@ -181,6 +181,11 @@ gui:
|
|||
# If true (default), file icons are shown in the file views. Only relevant if NerdFontsVersion is not empty.
|
||||
showFileIcons: true
|
||||
|
||||
# Whether to show full author names or their shortened form in the commit graph.
|
||||
# One of 'auto' (default) | 'full' | 'short'
|
||||
# If 'auto', initials will be shown in small windows, and full names - in larger ones.
|
||||
commitAuthorFormat: auto
|
||||
|
||||
# Length of commit hash in commits view. 0 shows '*' if NF icons aren't on.
|
||||
commitHashLength: 8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue