Re: [PATCHv2 1/7] list-objects.c: factor out traverse_trees_and_blobs

2017-10-31 Thread Junio C Hamano
Stefan Beller writes: > With traverse_trees_and_blobs factored out of the main traverse function, > the next patch can introduce an in-order revision walking with ease. > > In the next patch we'll call `traverse_trees_and_blobs` from within the > loop walking the commits, such that we'll have one

[PATCHv2 1/7] list-objects.c: factor out traverse_trees_and_blobs

2017-10-31 Thread Stefan Beller
With traverse_trees_and_blobs factored out of the main traverse function, the next patch can introduce an in-order revision walking with ease. In the next patch we'll call `traverse_trees_and_blobs` from within the loop walking the commits, such that we'll have one invocation of that function per