On Sat, May 12, 2018 at 3:43 PM, Junio C Hamano wrote:
> Jeff King writes:
>
>> On Sat, May 12, 2018 at 10:00:20AM +0200, Nguyễn Thái Ngọc Duy wrote:
>>
>>> +define_commit_slab(commit_seen, int);
>>
>> Yay, this one is nice and simple. :) This is what I had hoped for all
>> along with the slab co
Jeff King writes:
> On Sat, May 12, 2018 at 10:00:20AM +0200, Nguyễn Thái Ngọc Duy wrote:
>
>> +define_commit_slab(commit_seen, int);
>
> Yay, this one is nice and simple. :) This is what I had hoped for all
> along with the slab concept.
>
> -Peff
Does it need to use a full int, not just a byte
On Sat, May 12, 2018 at 10:00:20AM +0200, Nguyễn Thái Ngọc Duy wrote:
> +define_commit_slab(commit_seen, int);
Yay, this one is nice and simple. :) This is what I had hoped for all
along with the slab concept.
-Peff
3 matches
Mail list logo