projtool.pl: support gc --force --recompress
commitcc26143dc03ea3d99687bcfe8953fdc357d8b902
authorKyle J. McKay <mackyle@gmail.com>
Sat, 10 Mar 2018 22:22:18 +0000 (10 14:22 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 10 Mar 2018 22:22:18 +0000 (10 14:22 -0800)
treee62e8fda8ac47b8e7d3db1cfcec1d3a75687a31a
parentc65b9ddb497143cd83c0db4e928508c4e29d5c32
projtool.pl: support gc --force --recompress

Accept a new --recompress option to mean --no-reuse-object while
running pack-objects (and accept that as a documented alias too).

While unlikely that --no-reuse-object would be needed, make it more
convenient to use it without needing to drop down to running gc.sh
directly to make it happen.

Also document that --no-reuse-delta is an alias for --redelta.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/projtool.pl