Re: [GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C

2017-05-15 Thread Brandon Williams
On 05/12, Prathamesh Chavan wrote: > This aims to make git-submodule foreach a builtin. This is the very > first step taken in this direction. Hence, 'foreach' is ported to > submodule--helper, and submodule--helper is called from git-submodule.sh. > The code is split up to have one function to obt

Re: [GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C

2017-05-15 Thread Stefan Beller
So we're looking for more reviewers for this patch, one way to do it is e.g. via $ git shortlog --since 12.month -sne -- ./git-submodule.sh (so I cc'd Brandon) Another way to find reviewers is $ git blame ./git-submodule.sh (so I cc'd Anders and Johan) > It can been seen that the patch fails in te

[GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C

2017-05-12 Thread Prathamesh Chavan
This aims to make git-submodule foreach a builtin. This is the very first step taken in this direction. Hence, 'foreach' is ported to submodule--helper, and submodule--helper is called from git-submodule.sh. The code is split up to have one function to obtain all the list of submodules. This functi