From: Eric Wong Date: Mon, 27 Sep 2021 07:53:07 +0000 (-0500) Subject: config: get_1: use full parameter name X-Git-Tag: v1.7.0~257 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=996de3c67d490b4052bd16179b229b30c2f890f8;hp=996de3c67d490b4052bd16179b229b30c2f890f8;p=public-inbox.git config: get_1: use full parameter name Instead of passing the prefix section and key separately, pass them together as is commonly done with git-config(1) usage as well as our ->get_all API. This inconsistency in the get_1 API is a needless footgun and confused me a bit while working on "lei up" the other week. ---