Re: [PATCH v3 4/8] midx: enable core.multiPackIndex by default

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

 



> diff --git a/repository.h b/repository.h
> index 3c1f7d54bd..3901ce0b65 100644
> --- a/repository.h
> +++ b/repository.h
> @@ -37,6 +37,8 @@ struct repo_settings {
>  
>  	int pack_use_sparse;
>  	enum fetch_negotiation_setting fetch_negotiation_algorithm;
> +
> +	int core_multi_pack_index;

The only thing I noticed here is why this isn't a bit ("unsigned
core_multi_pack_index : 1"), but I guess it is consistent with "int
pack_use_sparse".



[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