# File lib/git/lib.rb, line 78
    def object_size(sha)
      command('cat-file', ['-s', sha]).to_i
    end