mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
add reflog tab in commits panel
This commit is contained in:
parent
79e696d8a7
commit
9b32e99eb8
13 changed files with 257 additions and 30 deletions
|
@ -44,6 +44,8 @@ func (c *Commit) GetDisplayStrings(isFocused bool) []string {
|
|||
shaColor = green
|
||||
case "rebasing":
|
||||
shaColor = blue
|
||||
case "reflog":
|
||||
shaColor = blue
|
||||
case "selected":
|
||||
shaColor = magenta
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue