Re: [PATCH 05/12] sequencer.c: use commit-slab to associate todo items to commits

2018-05-12 Thread Jeff King
On Sat, May 12, 2018 at 10:00:21AM +0200, Nguyễn Thái Ngọc Duy wrote: > @@ -3446,9 +3451,9 @@ int rearrange_squash(void) > else if (!strchr(p, ' ') && >(commit2 = > lookup_commit_reference_by_name(p)) && > -

[PATCH 05/12] sequencer.c: use commit-slab to associate todo items to commits

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 --- sequencer.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sequencer.c b/sequencer.c index 5993ffe060..1a0a6916e3