class Git::AmendData

Defined in:

git/commit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String | Nil = nil, tree : Tree | Nil = nil, committer : Signature | Nil = nil, author : Signature | Nil = 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 | Nil #

[View source]
def tree : Tree | Nil #

[View source]
def update_ref : String | Nil #

[View source]