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

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