mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-05 15:15:49 +02:00
fix comment
This commit is contained in:
parent
1f7273af23
commit
5e05e8b62b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user