# File lib/git/lib.rb, line 534
    def repack
      command('repack', ['-a', '-d'])
    end