Re: [PATCH 3/7] submodule-config: add helper to get 'update-clone' config from .gitmodules

2018-06-22 Thread Brandon Williams
On 06/22, Antonio Ospite wrote: > Add a helper function to make it clearer that retrieving 'update-clone' > configuration from the .gitmodules file is a special case supported > solely for backward compatibility purposes. > > This change removes one direct use of 'config_from_gitmodules' for >

[PATCH 3/7] submodule-config: add helper to get 'update-clone' config from .gitmodules

2018-06-22 Thread Antonio Ospite
Add a helper function to make it clearer that retrieving 'update-clone' configuration from the .gitmodules file is a special case supported solely for backward compatibility purposes. This change removes one direct use of 'config_from_gitmodules' for options not strictly related to submodules: