summaryrefslogtreecommitdiffstats
path: root/pkg/commands
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-03-21 10:48:58 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-03-30 21:57:00 +1100
commit5e05e8b62bbeaf46886397396e6e9107628c6596 (patch)
tree9a7614e78cf97cd0a4f088ad44c7f53862d23a1f /pkg/commands
parent1f7273af23570e408e30b261eb748f3dfc6cf681 (diff)
fix comment
Diffstat (limited to 'pkg/commands')
-rw-r--r--pkg/commands/models/file_change_node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/models/file_change_node.go b/pkg/commands/models/file_change_node.go
index 85ce2e298..d6f22d37f 100644
--- a/pkg/commands/models/file_change_node.go
+++ b/pkg/commands/models/file_change_node.go
@@ -13,7 +13,7 @@ type FileChangeNode struct {
File *File
Path string // e.g. '/path/to/mydir'
Collapsed bool
- CompressionLevel int // equal to the number of forward slashes you'll see in the path when it's rendered
+ CompressionLevel int // equal to the number of forward slashes you'll see in the path when it's rendered in tree mode
}
func (s *FileChangeNode) GetHasUnstagedChanges() bool {