class Git::Base

def commit_tree(tree = nil, opts = {})

def commit_tree(tree = nil, opts = {})
  Git::Object::Commit.new(self, self.lib.commit_tree(tree, opts))
end