]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/config: pull out function to handle `--null`
authorPatrick Steinhardt <ps@pks.im>
Mon, 6 May 2024 08:56:19 +0000 (10:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 May 2024 18:50:08 +0000 (11:50 -0700)
commitfee3796616263772cc79ee2bef40faf47799cef9
tree80a2fe8dc854104bd19b873b2464120e70b2c11e
parent9dda6b72b77df40da288e1a33452fd5625944ebe
builtin/config: pull out function to handle `--null`

Pull out function to handle the `--null` option, which we are about to
reuse in subsequent commits.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/config.c