mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-10-22 06:52:19 +03:00
Bump go-git
This commit is contained in:
4
vendor/github.com/jesseduffield/go-git/v5/plumbing/memory.go
generated
vendored
4
vendor/github.com/jesseduffield/go-git/v5/plumbing/memory.go
generated
vendored
@@ -25,13 +25,13 @@ func (o *MemoryObject) Hash() Hash {
|
||||
return o.h
|
||||
}
|
||||
|
||||
// Type return the ObjectType
|
||||
// Type returns the ObjectType
|
||||
func (o *MemoryObject) Type() ObjectType { return o.t }
|
||||
|
||||
// SetType sets the ObjectType
|
||||
func (o *MemoryObject) SetType(t ObjectType) { o.t = t }
|
||||
|
||||
// Size return the size of the object
|
||||
// Size returns the size of the object
|
||||
func (o *MemoryObject) Size() int64 { return o.sz }
|
||||
|
||||
// SetSize set the object size, a content of the given size should be written
|
||||
|
Reference in New Issue
Block a user