Re: [PATCH 1/1] config: allow user to know scope of config options
From: Junio C Hamano <hidden> Date: 2019-12-19 17:51:11
Jeff King [off-list ref] writes:
... So if git_config_source grows an enum to select the type, and
all that filename-resolution gets pushed down into config_with_options(),
the whole thing would fall out naturally, I think.