# File lib/grit/repo.rb, line 472
    def tree(treeish = 'master', paths = [])
      Tree.construct(self, treeish, paths)
    end