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

2017-10-28 Thread Stefan Beller
On Sat, Oct 28, 2017 at 10:15 AM, Johannes Schindelin wrote: > Hi Stefan, > > [I was intrigued enough by your work to postpone to later this coming week > reading the What's cooking email in favor of reviewing your patch series.] > > On Fri, 27 Oct 2017, Stefan Beller wrote: > >> With traverse_tre

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

2017-10-28 Thread Johannes Schindelin
Hi Stefan, [I was intrigued enough by your work to postpone to later this coming week reading the What's cooking email in favor of reviewing your patch series.] On Fri, 27 Oct 2017, Stefan Beller wrote: > With traverse_trees_and_blobs factored out of the main traverse function, > the next patch

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

2017-10-27 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. Signed-off-by: Stefan Beller --- list-objects.c | 46 -- 1 file changed, 28 insertions(+), 18 deletions(-) d