Re: [PATCH 7/7] submodule-config: cleanup backward compatibility helpers

2018-06-22 Thread Brandon Williams
On 06/22, Antonio Ospite wrote: > Use one callback per configuration setting to handle the generic options > which have to be supported for backward compatibility. > > This removes some duplication and some support code at the cost of > parsing the .gitmodules file twice when calling the fetch

[PATCH 7/7] submodule-config: cleanup backward compatibility helpers

2018-06-22 Thread Antonio Ospite
Use one callback per configuration setting to handle the generic options which have to be supported for backward compatibility. This removes some duplication and some support code at the cost of parsing the .gitmodules file twice when calling the fetch command. Signed-off-by: Antonio Ospite ---