Method: Git::Lib#repack
- Defined in:
- lib/git/lib.rb
#repack
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1525 1526 1527 |
# File 'lib/git/lib.rb', line 1525 def repack command('repack', '-a', '-d') end |