gc.sh: make repack parameters explicit, skip max-pack-size
commit652c6bc40b438ab448535ae1b2a28cf3ba634325
authorKyle J. McKay <mackyle@gmail.com>
Tue, 9 Jul 2013 09:57:03 +0000 (9 02:57 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 9 Jul 2013 09:57:03 +0000 (9 02:57 -0700)
tree3370b0604e8ac0eb04156ef2b53ef1b066ed4296
parentbe394314363a26b1bba1e1e73f25cdb1fd53e596
gc.sh: make repack parameters explicit, skip max-pack-size

Older versions of git interact badly with repack --max-pack-size
in that if more than one pack needs to be created, the total
repository size will tend to balloon up an awful lot.  Having
just 4 pack files can result in a 2x repository size.

Avoid using --max-pack-size at all and make the other parameters
explicit to avoid variations from external config files.
jobd/gc.sh