class Git::Lib

def full_tree(sha)

def full_tree(sha)
  command_lines('ls-tree', ['-r', sha])
end