add_ref_decoration(): rename s/type/deco_type/
commit6afb265b9675b1e6061f53a323825db239f6e0fa
authorJeff King <peff@peff.net>
Tue, 22 Jun 2021 17:09:26 +0000 (22 13:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jun 2021 03:32:32 +0000 (28 20:32 -0700)
tree26591817870905a47910bf1e9e3998d88436fcc1
parent88473c8baeefafe6b95ab0f62eb2f12e2b098ac7
add_ref_decoration(): rename s/type/deco_type/

Now that we have two types (a decoration type and an object type) in the
function, let's give them both unique names to avoid accidentally using
one instead of the other.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c