Re: [GSoC][PATCH 4/6] submodule: port submodule subcommand status

2017-06-20 Thread Brandon Williams
On 06/20, Prathamesh Chavan wrote: > The mechanism used for porting submodule subcommand 'status' > is similar to that used for subcommand 'foreach'. nit: since 'foreach' is stalled atm it may be confusing to reference that change when it hasn't been merged in yet. > The function cmd_status from

[GSoC][PATCH 4/6] submodule: port submodule subcommand status

2017-06-19 Thread Prathamesh Chavan
The mechanism used for porting submodule subcommand 'status' is similar to that used for subcommand 'foreach'. The function cmd_status from git-submodule is ported to three functions in the builtin submodule--helper namely: module_status, for_each_submodule_list and status_submodule. print_status