describe: use commit-slab for commit names instead of commit->util
authorNguyễn Thái Ngọc Duy <redacted>
Sat, 19 May 2018 05:28:20 +0000 (07:28 +0200)
committerJunio C Hamano <redacted>
Mon, 21 May 2018 05:07:20 +0000 (14:07 +0900)
commitc6b7206b0d532d2d1eb4518d2d680b7f3ce105cd
tree0fd29895cf5b5c84cacf129e1bd9f18583841d4d
parent4e0df4e663412fa29280a0181e335fac96e0f6a5
describe: use commit-slab for commit names 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 <redacted>
builtin/describe.c
git clone https://git.99rst.org/PROJECT