class Git::AmendData
- Git::AmendData
- Reference
- Object
Defined in:
git/commit.crConstructors
Instance Method Summary
- #author : Signature | Nil
- #committer : Signature | Nil
- #message : String | Nil
- #tree : Tree | Nil
- #update_ref : String | Nil
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)
#