mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
fix comment
This commit is contained in:
@ -13,7 +13,7 @@ type FileChangeNode struct {
|
|||||||
File *File
|
File *File
|
||||||
Path string // e.g. '/path/to/mydir'
|
Path string // e.g. '/path/to/mydir'
|
||||||
Collapsed bool
|
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 {
|
func (s *FileChangeNode) GetHasUnstagedChanges() bool {
|
||||||
|
Reference in New Issue
Block a user