Re: [GSoC][PATCH v5 0/7] clone: dir-iterator refactoring with tests

2019-04-01 Thread Matheus Tavares Bernardino
On Sun, Mar 31, 2019 at 3:16 PM Thomas Gummerer wrote: > > On 03/30, Matheus Tavares wrote: > > This patchset contains: > > - a replacement of explicit recursive dir iteration at > > copy_or_link_directory for the dir-iterator API; > > - some refactoring and behaviour changes at local clone, mai

Re: [GSoC][PATCH v5 0/7] clone: dir-iterator refactoring with tests

2019-03-31 Thread Thomas Gummerer
On 03/30, Matheus Tavares wrote: > This patchset contains: > - a replacement of explicit recursive dir iteration at > copy_or_link_directory for the dir-iterator API; > - some refactoring and behaviour changes at local clone, mainly to > take care of symlinks and hidden files at .git/objects; a

[GSoC][PATCH v5 0/7] clone: dir-iterator refactoring with tests

2019-03-30 Thread Matheus Tavares
This patchset contains: - a replacement of explicit recursive dir iteration at copy_or_link_directory for the dir-iterator API; - some refactoring and behaviour changes at local clone, mainly to take care of symlinks and hidden files at .git/objects; and - tests for this type of files Changes