Duy Nguyen writes:
> On Tue, Nov 26, 2013 at 5:20 AM, Junio C Hamano wrote:
>> Hmph. the use of ->util field in this patch feels that it was
>> something commit-slab data structure was invented to solve.
>
> Good stuff! Thanks.
>
>>> + if (c->util == NULL)
>>> +
On Tue, Nov 26, 2013 at 5:20 AM, Junio C Hamano wrote:
> Hmph. the use of ->util field in this patch feels that it was
> something commit-slab data structure was invented to solve.
Good stuff! Thanks.
>> + if (c->util == NULL)
>> + c->util = bitmap;
>> +
Nguyễn Thái Ngọc Duy writes:
> When we receive a pack and the shallow points from another repository,
> we may need to add more shallow points to current repo to make sure no
> commits point to nowhere. But usually we don't want to do so because
> (in future) new shallow points invalidate pack b
When we receive a pack and the shallow points from another repository,
we may need to add more shallow points to current repo to make sure no
commits point to nowhere. But usually we don't want to do so because
(in future) new shallow points invalidate pack bitmaps and we need to
rebuild them again
4 matches
Mail list logo