class Avm::Git::Commit

def diff_tree_execute

def diff_tree_execute
  args = []
  args << '--root' if root_child?
  args << sha1
  git.command(*::Avm::Git::Commit::DiffTreeLine::GIT_COMMAND_ARGS, *args).execute!
end