]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/config: introduce "unset" subcommand
authorPatrick Steinhardt <ps@pks.im>
Mon, 6 May 2024 08:56:38 +0000 (10:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 May 2024 18:50:09 +0000 (11:50 -0700)
commit95ea69c67b6bef193d813b1dca9801012bc10f3b
treee713d1ac6dd8c3a59170188a6afc024f6eb3b6bb
parent00bbdde141f5bff378281d47c5c62ca06687b807
builtin/config: introduce "unset" subcommand

Introduce a new "unset" 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