]> granicus.if.org Git - git/commit
fsck_describe_object(): build on our get_object_name() primitive
authorJeff King <peff@peff.net>
Fri, 18 Oct 2019 04:56:38 +0000 (00:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Oct 2019 03:23:55 +0000 (12:23 +0900)
commit57346077829ae08f27d1a85195f2fb9af2037473
treea4ce832baf9d696b6c4fa951feab15e4519d6f4e
parentf1bc0e0efc6c203d9cafb09ef1d064cfa88a748e
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