1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

abbrev all commits to length 40 for consistency

This commit is contained in:
Jesse Duffield
2022-02-26 16:09:18 +11:00
parent 4805db7d97
commit a3885e8ea3
4 changed files with 9 additions and 9 deletions

View File

@ -435,7 +435,7 @@ func (self *CommitLoader) getLogCmd(opts GetCommitsOptions) oscommands.ICmdObj {
allFlag,
prettyFormat,
limitFlag,
20,
40,
filterFlag,
),
).DontLog()