215 216 217
# File 'lib/git/lib.rb', line 215 def object_size(sha) command('cat-file', '-s', sha).to_i end