On 02/23, Matheus Tavares wrote: > Add pedantic option to dir_iterator_begin at dir-iterator.c and convert > explicit recursive directory traversal at copy_or_link_directory > (builtin/clone.c) to the dir-iterator API. Thanks for another iteration of this. To make life easier for reviewers, please include a link (or the message-ID) to all previous iteration of the series. We often use links to the public-inbox mirror for this, e.g. https://public-inbox.org/git/20190215154913.18800-1-matheus.bernardino@xxxxxx/. This helps reviewers go back quickly to previous iterations of the series, and refresh their memory on the comments that were left there. You can also use the --in-reply-to option in 'git send-email' to chain the threads, which also makes life easier for reviewers. An additional way to help reviewers is to include a 'range-diff' between the previous iteration of the series, and the current iteration. See the 'git range-diff' command or the '--range-diff' option to 'git format-patch' for that. That helps reviewers to quickly see what changed between iterations, so that they don't have to re-review everything, if they can still remember the last round well enough. I also added Christian Couder back to the Cc list, as he commented on the RFC. It's good to keep people that commented on the series in Cc, as they have shown some interest in the series, so keeping them in the Cc list helps highlight those emails for them, and makes it more likely that the patches get reviewed quickly. > This is my microproject for GSoC 2019. Idea taken from > https://git.github.io/SoC-2019-Microprojects/#use-dir-iterator-to-avoid-explicit-recursive-directory-traversal > > Build: https://travis-ci.org/MatheusBernardino/git/builds/497512561 > > Matheus Tavares (3): > dir-iterator: add pedantic option to dir_iterator_begin > clone: extract function from copy_or_link_directory > clone: use dir-iterator to avoid explicit dir traversal > > builtin/clone.c | 72 ++++++++++++++++++++++++++++---------------- > dir-iterator.c | 23 ++++++++++++-- > dir-iterator.h | 16 ++++++++-- > refs/files-backend.c | 2 +- > 4 files changed, 81 insertions(+), 32 deletions(-) > > -- > 2.20.1 >