Nicolas Pitre, Wed, May 14, 2008 07:33:53 +0200: > @@ -67,7 +68,7 @@ static uint32_t nr_objects, nr_alloc, nr_result, nr_written; > > static int non_empty; > static int reuse_delta = 1, reuse_object = 1; > -static int keep_unreachable, include_tag; > +static int keep_unreachable, unpack_unreachable, include_tag; If the options are incompatible anyway, why not enum { NO_UNREACHABLE, KEEP_UNREACHABLE, UNPACK_UNREACHABLE, }; static int unreachable_handling, include_tag; ? -- 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