]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/config: refactor functions to have common exit paths
authorPatrick Steinhardt <ps@pks.im>
Wed, 15 May 2024 06:42:11 +0000 (08:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 14:17:53 +0000 (07:17 -0700)
commit999425cb12face7e8e67c87d255003d40a3d3cf8
tree692a1a73cd619dd408ba4550d83640abd3374e16
parent12b23068307d512de7de8f551102f5928ab8b88a
builtin/config: refactor functions to have common exit paths

Refactor functions to have a single exit path. This will make it easier
in subsequent commits to add common cleanup code.

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