# File lib/git/lib.rb, line 110
    def object_type(sha)
      command('cat-file', ['-t', sha])
    end