]> git.scripts.mit.edu Git - git.git/commit
builtin/config: introduce "rename-section" subcommand
authorPatrick Steinhardt <ps@pks.im>
Mon, 6 May 2024 08:56:43 +0000 (10:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 May 2024 18:50:09 +0000 (11:50 -0700)
commit3418e96f37b3851140e0c66fed8feae7593b7a25
tree1d1720471ada635568d9105954129c971a7ee9de
parent95ea69c67b6bef193d813b1dca9801012bc10f3b
builtin/config: introduce "rename-section" subcommand

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