Re: [PATCH v4 1/2] tree-walk: be more specific about corrupt tree errors

2016-09-27 Thread Junio C Hamano
Thanks, will queue both.

[PATCH v4 1/2] tree-walk: be more specific about corrupt tree errors

2016-09-27 Thread David Turner
From: Jeff King When the tree-walker runs into an error, it just calls die(), and the message is always "corrupt tree file". However, we are actually covering several cases here; let's give the user a hint about what happened. Let's also avoid using the word "corrupt", which makes it seem like t