log: use commit-slab in prepare_bases() instead of commit->util
commit7b680d32f3e3e2469733a7668fad2253bb4aeb4d
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 19 May 2018 05:28:29 +0000 (19 07:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 05:07:20 +0000 (21 14:07 +0900)
tree9ea61a2fcbe2525baded10285c1c234003ac9f52
parent44cecbf8a02921a60eb6f7461f6877329edc8a0d
log: use commit-slab in prepare_bases() instead of commit->util

It's done so that commit->util can be removed. See more explanation in
the commit that removes commit->util.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c