class Git::Object::Commit

def committer

git author
def committer
  check_commit
  @committer
end