]> git.ipfire.org Git - thirdparty/git.git/commit
submodule--helper: teach config subcommand --unset
authorDenton Liu <liu.denton@gmail.com>
Fri, 8 Feb 2019 11:21:31 +0000 (03:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Feb 2019 20:02:58 +0000 (12:02 -0800)
commitc89c494240a516b082f397130ae44df2e757866b
tree72488a621526c4655aef52edd5eff221e1bb975b
parent7a4bb55f3a47756b5cd9ca2d120c7fe119439e81
submodule--helper: teach config subcommand --unset

This teaches submodule--helper config the --unset option, which removes
the specified configuration key from the .gitmodule file.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c
t/t7411-submodule-config.sh