builtin/config: introduce "remove-section" subcommand
commit15dad20c3f6ac2a12c9141d97d4f9dd29ce985f4
authorPatrick Steinhardt <ps@pks.im>
Mon, 6 May 2024 08:56:47 +0000 (6 10:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 May 2024 18:50:10 +0000 (6 11:50 -0700)
treeaa884f22abb75e71297850202441db4988ec2c3e
parent3418e96f37b3851140e0c66fed8feae7593b7a25
builtin/config: introduce "remove-section" subcommand

Introduce a new "remove-section" subcommand to git-config(1). Please
refer to preceding commits regarding the motivation behind this change.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt
builtin/config.c
t/t1300-config.sh