struct Grits::CommitData

Defined in:

grits/commit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, author : SignatureData | Nil, committer : SignatureData | Nil, sha : String) #

[View source]

Instance Method Detail

def author : SignatureData | Nil #

def clone #

[View source]
def committer : SignatureData | Nil #

def copy_with(message _message = @message, author _author = @author, committer _committer = @committer, sha _sha = @sha) #

[View source]
def message : String #

def sha : String #