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