merge: use commit-slab in merge remote desc instead of commit->util
commite2e5ac2303377c28e82b6044b06caebe4a1734c9
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 19 May 2018 05:28:30 +0000 (19 07:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 05:07:20 +0000 (21 14:07 +0900)
tree7f44f4214e6c8d9913592154949195fbb4037012
parent7b680d32f3e3e2469733a7668fad2253bb4aeb4d
merge: use commit-slab in merge remote desc 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/merge.c
commit.c
commit.h
merge-recursive.c