fsck_describe_object(): build on our get_object_name() primitive
commitd40bbc109b6f5d9e5e5088095cc33fef2e25971e
authorJeff King <peff@peff.net>
Fri, 18 Oct 2019 04:56:38 +0000 (18 00:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2019 05:05:17 +0000 (28 14:05 +0900)
treea4ce832baf9d696b6c4fa951feab15e4519d6f4e
parenta59cfb32300baab00ee9cec68326309f4b2faca9
fsck_describe_object(): build on our get_object_name() primitive

This isolates the implementation detail of using the decoration code to
our put/get functions.

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