Hi Junio, On Thu, Apr 25, 2019 at 07:15:06PM +0900, Junio C Hamano wrote: > * tb/unexpected (2019-04-10) 7 commits > (merged to 'next' on 2019-04-25 at c49927fca0) > + rev-list: detect broken root trees > + rev-list: let traversal die when --missing is not in use > + get_commit_tree(): return NULL for broken tree > + list-objects.c: handle unexpected non-tree entries > + list-objects.c: handle unexpected non-blob entries > + t: introduce tests for unexpected object types > + t: move 'hex2oct' into test-lib-functions.sh > > Code tightening against a "wrong" object appearing where an object > of a different type is expected, instead of blindly assuming that > the connection between objects are correctly made. > > Will merge to 'master'. Thanks for picking this up. Before you merge to master, I want to make sure that the whole series was taken in. I can see the first four of these landed on 'next' (in 5c07647d98...b49e74eac4), but I'm having some difficulty finding the later three. Did you pick these up as well? Thanks, Taylor