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