Re: [PATCH 09/15] submodule: remove submodule_config callback routine

2017-07-26 Thread Junio C Hamano
Brandon Williams writes: > Remove the last remaining caller of 'submodule_config()' as well as the > function itself. > > With 'submodule_config()' being removed the submodule-config API can be > a little simpler as callers don't need to worry about whether or not > they need to overlay the repos

[PATCH 09/15] submodule: remove submodule_config callback routine

2017-07-25 Thread Brandon Williams
Remove the last remaining caller of 'submodule_config()' as well as the function itself. With 'submodule_config()' being removed the submodule-config API can be a little simpler as callers don't need to worry about whether or not they need to overlay the repository's config on top of the submodule