Class
Grit::GitRuby::Commit
In:
lib/grit/git-ruby/git_object.rb
Parent:
GitObject
Methods
from_raw
new
raw_content
raw_log
type
Attributes
author
[RW]
committer
[RW]
headers
[RW]
message
[RW]
parent
[RW]
tree
[RW]
Public Class methods
from_raw
(rawobject, repository=nil)
new
(tree, parent, author, committer, message, headers, repository=nil)
Public Instance methods
raw_content
()
raw_log
(sha)
type
()
[Validate]