We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea35f4 commit deeaed0Copy full SHA for deeaed0
pkg/gui/presentation/commits.go
@@ -321,7 +321,7 @@ func displayCommit(
321
hashString = hashColor.Sprint(commit.Hash)
322
} else if hashLength > 0 {
323
hashString = hashColor.Sprint(commit.Hash[:hashLength])
324
- } else if !icons.IsIconEnabled() { // hashLength == 0
+ } else if !icons.IsIconEnabled() { // hashLength <= 0
325
hashString = hashColor.Sprint("*")
326
}
327
0 commit comments