class Git::Object::Commit

def diff_parent

def diff_parent
  diff(parent)
end