Re: [GSoC][PATCH v3 0/4] Incremental rewrite of git-submodules

2017-08-27 Thread Prathamesh Chavan
On Sat, Aug 26, 2017 at 12:21 AM, Junio C Hamano wrote: > Thanks. I'll try to queue these before I'll go offline. > > Mentors may want to help the student further in adjusting the patch > series to the more recent codebase; unfortunately the area the GSoC > project touches is

Re: [GSoC][PATCH v3 0/4] Incremental rewrite of git-submodules

2017-08-25 Thread Junio C Hamano
Stefan Beller writes: > On Fri, Aug 25, 2017 at 11:51 AM, Junio C Hamano wrote: >> Thanks. I'll try to queue these before I'll go offline. >> >> Mentors may want to help the student further in adjusting the patch >> series to the more recent codebase;

Re: [GSoC][PATCH v3 0/4] Incremental rewrite of git-submodules

2017-08-25 Thread Stefan Beller
On Fri, Aug 25, 2017 at 11:51 AM, Junio C Hamano wrote: > Thanks. I'll try to queue these before I'll go offline. > > Mentors may want to help the student further in adjusting the patch > series to the more recent codebase; unfortunately the area the GSoC > project touches is

Re: [GSoC][PATCH v3 0/4] Incremental rewrite of git-submodules

2017-08-25 Thread Junio C Hamano
Thanks. I'll try to queue these before I'll go offline. Mentors may want to help the student further in adjusting the patch series to the more recent codebase; unfortunately the area the GSoC project touches is a bit fluid these days. I resolved the conflicts with nd/pune-in-worktree and

[GSoC][PATCH v3 0/4] Incremental rewrite of git-submodules

2017-08-24 Thread Prathamesh Chavan
Changes in v3: * The name of the iterator function for_each_submodule() was changed to the for_each_listed_submodule(), as the function fits the naming pattern for_each_Y_X(), as here we iterate over group of listed submodules (X) which are listed (Y) by the function module_list_compute() *