Method: Git::Base#repack

Defined in:
lib/git/base.rb

#repack

repacks the repository

[View source]

563
564
565
# File 'lib/git/base.rb', line 563

def repack
  self.lib.repack
end