summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/context.go
diff options
context:
space:
mode:
authorpikomonde <32364823+pikomonde@users.noreply.github.com>2024-03-21 02:04:35 +0700
committerStefan Haller <stefan@haller-berlin.de>2024-04-12 08:33:47 +0200
commitde1c4957040c8f6176f05cc8c7b7e79b588071e0 (patch)
treeac213c16f006e8f329eb668380773a8b111164e2 /pkg/gui/types/context.go
parentfccfbf1f639d32569b142ae50bc1920a389b41ef (diff)
rename sha to hash 8, update some log and comment
Diffstat (limited to 'pkg/gui/types/context.go')
-rw-r--r--pkg/gui/types/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/types/context.go b/pkg/gui/types/context.go
index bb57375f9..63c759eb6 100644
--- a/pkg/gui/types/context.go
+++ b/pkg/gui/types/context.go
@@ -245,7 +245,7 @@ type IListPanelState interface {
}
type ListItem interface {
- // ID is a SHA when the item is a commit, a filename when the item is a file, 'stash@{4}' when it's a stash entry, 'my_branch' when it's a branch
+ // ID is a hash when the item is a commit, a filename when the item is a file, 'stash@{4}' when it's a stash entry, 'my_branch' when it's a branch
ID() string
// Description is something we would show in a message e.g. '123as14: push blah' for a commit