# File lib/git/lib.rb, line 190
    def tree_depth(sha)
      full_tree(sha).size
    end