Re: [PATCH v2 03/14] blame: use commit-slab for blame suspects instead of commit->util

2018-05-13 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > It's done so that commit->util can be removed. See more explanation in > the commit that removes commit->util. > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > blame.c | 42 +++--- >

[PATCH v2 03/14] blame: use commit-slab for blame suspects instead of commit->util

2018-05-12 Thread Nguyễn Thái Ngọc Duy
It's done so that commit->util can be removed. See more explanation in the commit that removes commit->util. Signed-off-by: Nguyễn Thái Ngọc Duy --- blame.c | 42 +++--- blame.h | 2 ++ builtin/blame.c | 2 +- 3 files