mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
rename sha to hash 10, last remaining sha (hopefully)
This commit is contained in:
@ -40,12 +40,12 @@ func reflogHashColor(cherryPicked, diffed bool) style.TextStyle {
|
||||
return theme.DiffTerminalColor
|
||||
}
|
||||
|
||||
shaColor := style.FgBlue
|
||||
hashColor := style.FgBlue
|
||||
if cherryPicked {
|
||||
shaColor = theme.CherryPickedCommitTextStyle
|
||||
hashColor = theme.CherryPickedCommitTextStyle
|
||||
}
|
||||
|
||||
return shaColor
|
||||
return hashColor
|
||||
}
|
||||
|
||||
type reflogCommitDisplayAttributes struct {
|
||||
|
Reference in New Issue
Block a user