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

2017-10-30 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. > > The variable holding the base path is only used in the newly factored out > function `traverse_trees_and_blobs`, however we

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

2017-10-30 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. The variable holding the base path is only used in the newly factored out function `traverse_trees_and_blobs`, however we keep its scope to `traverse_commi