Re: [PATCH 10/23] fsck_describe_object(): build on our get_object_name() primitive
From: Junio C Hamano <hidden> Date: 2019-10-24 06:06:45
Jeff King [off-list ref] writes:
This isolates the implementation detail of using the decoration code to
our put/get functions.
Signed-off-by: Jeff King <redacted>
---
Arguably this could be squashed into the previous commit. By not doing
so, it made describe_object() more of a pure code movement.