On Sat, Oct 28, 2017 at 08:28:54PM -0700, Stefan Beller wrote: > On Sat, Oct 28, 2017 at 10:32 AM, Johannes Schindelin > <Johannes.Schindelin@xxxxxx> wrote: > > > > [..] > > I wonder whether it would make sense to extend this to tree objects while > > we are at it, but maybe that's an easy up-for-grabs. > > I can look into incorporating that, too. What is the use case though? > (Is there any error message, common enough that users want to > identify trees?) > > Thanks for the review, > Stefan Not sure if it's really helpfulp, but sometimes with corrup repos, git would complain about a certain object missing or corrupt, where it might be usefull to find out how it's referenced. Not sure though if this would work in that case, because the repo is already corrupt. Kevin