# File lib/git/object.rb, line 170 def initialize(base, sha, init = nil) super(base, sha) if init set_commit(init) end end