class Git::Diff

Defined in:

git/diff.cr

Class Method Summary

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

Class Method Detail

def self.make_opts #

[View source]
def self.tree_to_tree(a : Tree, b : Nil) #

[View source]
def self.tree_to_tree(a : Tree, b : Tree) #

[View source]

Instance Method Detail

def deltas #

[View source]
def each(&) #

fixme it's alias to each_patch


[View source]
def each_delta(&) #

[View source]
def each_line #

[View source]
def each_patch(&) #

[View source]
def finalize #

[View source]
def find_similar! #

[View source]
def patches #

[View source]
def size #

[View source]
def stat #

[View source]