Brandon Casey [off-list ref] writes:
Junio C Hamano wrote:
quoted
James Bowes [off-list ref] writes:
quoted
+ struct option builtin_gc_options[] = {
+ OPT_BOOLEAN(0, "prune", &prune, "prune unused objects"),
I would write "unreferenced loose" instead of "unused" here...
It is not just "loose" objects here, but also unreferenced objects in packs,
since the "-a" option to repack is now only used when --prune is specified.
Without --prune, "-A" is supplied to repack instead.
So maybe the message should just be "prune unreferenced objects"
Fair enough, will do.