builtin/config: introduce "get" subcommand
commit4e513890008406234beba49c5dc8f23e557490cc
authorPatrick Steinhardt <ps@pks.im>
Mon, 6 May 2024 08:56:29 +0000 (6 10:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 May 2024 18:50:09 +0000 (6 11:50 -0700)
tree0a24b4a7640ed9b0eeb313828619229d987717e5
parent14970509c6266d2347fe1a15dbdc0b9b697d2e1a
builtin/config: introduce "get" subcommand

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