Re: [PATCH v6 1/3] submodule--helper: introduce get_submodule_displaypath()

2017-10-01 Thread Junio C Hamano
This step looks good to me. Thanks.

[PATCH v6 1/3] submodule--helper: introduce get_submodule_displaypath()

2017-09-29 Thread Prathamesh Chavan
Introduce function get_submodule_displaypath() to replace the code occurring in submodule_init() for generating displaypath of the submodule with a call to it. This new function will also be used in other parts of the system in later patches. Mentored-by: Christian Couder