struct Grits::DiffFileData

Defined in:

grits/diff/diff_file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(mode : LibGit::FilemodeT, path : String, id_length : Int32, sha : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(mode _mode = @mode, path _path = @path, id_length _id_length = @id_length, sha _sha = @sha) #

[View source]
def id_length : Int32 #

def mode : LibGit::FilemodeT #

def path : String #

def sha : String #