Re: [PATCH 2/3] submodule--helper: teach config subcommand --unset

2019-02-06 Thread Junio C Hamano
Denton Liu writes: > This teaches submodule--helper config the --unset option, which removes > the specified configuration key from the .gitmodule file. > > Signed-off-by: Denton Liu > --- > builtin/submodule--helper.c | 15 +++ > t/t7411-submodule-config.sh | 9 + > 2 file

[PATCH 2/3] submodule--helper: teach config subcommand --unset

2019-02-06 Thread Denton Liu
This teaches submodule--helper config the --unset option, which removes the specified configuration key from the .gitmodule file. Signed-off-by: Denton Liu --- builtin/submodule--helper.c | 15 +++ t/t7411-submodule-config.sh | 9 + 2 files changed, 20 insertions(+), 4 delet