summaryrefslogtreecommitdiffstats
path: root/pkg/commands/commit.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-01-09 21:34:17 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-01-09 22:36:07 +1100
commit9b32e99eb80d3912ecfef3303418e6dce8219a75 (patch)
tree0d0b526703132dfcf64dd47bbc8598fdfdcd7525 /pkg/commands/commit.go
parent79e696d8a747edc3bf1b9ddbd8dcd5038ec7d7ba (diff)
add reflog tab in commits panel
Diffstat (limited to 'pkg/commands/commit.go')
-rw-r--r--pkg/commands/commit.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/commands/commit.go b/pkg/commands/commit.go
index 5e4633c18..1cfed8b29 100644
--- a/pkg/commands/commit.go
+++ b/pkg/commands/commit.go
@@ -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: