Brandon Casey <casey@xxxxxxxxxxxxxxx> writes: > Junio C Hamano wrote: >> James Bowes <jbowes@xxxxxxxxxxxxxxxxxx> writes: >> >>> + 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. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html