# File lib/git/lib.rb, line 186
    def full_tree(sha)
      command_lines('ls-tree', ['-r', sha])
    end