class Git::TreeBuilder

Defined in:

git/tree.cr

Constructors

Instance Method Summary

Instance methods inherited from class Git::C_Pointer

finalize finalize

Instance methods inherited from class Git::C_Value

==(other : self) ==, to_unsafe to_unsafe

Constructor Detail

def self.new(repo, tree : Tree | Nil = nil) #

[View source]

Instance Method Detail

def finalize #

[View source]
def insert(filename : String, id : Oid, filemode : Filemode) #

[View source]
def insert(filename : String, id : String, filemode : Filemode) #

[View source]
def write #

[View source]