Re: [PATCH 2/2] let pack-objects do the writing of unreachable objects as loose objects

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux