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