Re: [PATCH 1/3] fsck: refactor how to describe objects
From: Junio C Hamano <hidden> Date: 2016-07-14 16:33:32
Johannes Schindelin [off-list ref] writes:
In many places, we refer to objects via their SHA-1s. Let's abstract
that into a function.
For the moment, it does nothing else than what we did previously: print
out the 40-digit hex string. But that will change over the course of the
next patches.
Signed-off-by: Johannes Schindelin <redacted>
---