Re: [PATCH 1/3] fsck: refactor how to describe objects

2016-07-14 Thread Junio C Hamano
Johannes Schindelin 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. > > Sig

[PATCH 1/3] fsck: refactor how to describe objects

2016-07-14 Thread Johannes Schindelin
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 --- builti