class Git::CommitData

Defined in:

git/commit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, parents : Array(Commit), tree : Tree, committer : Signature | Nil, author : Signature | Nil, update_ref : String | Nil = nil) #

[View source]

Instance Method Detail

def author : Signature | Nil #

[View source]
def committer : Signature | Nil #

[View source]
def message : String #

[View source]
def parent_count #

[View source]
def parents : Array(Commit) #

[View source]
def tree : Tree #

[View source]
def update_ref : String | Nil #

[View source]