]> git.ipfire.org Git - thirdparty/git.git/commit - blame.h
blame: use commit-slab for blame suspects instead of commit->util
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 19 May 2018 05:28:19 +0000 (07:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 05:07:20 +0000 (14:07 +0900)
commit4e0df4e663412fa29280a0181e335fac96e0f6a5
tree8a717e6180e4598afaf1c2495f968feb435f2511
parent878f0bb81990170cde5dba934fcd1ae4c2e698ee
blame: use commit-slab for blame suspects 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>
blame.c
blame.h
builtin/blame.c