Re: [BUG] submodule config does not apply to upper case submodules?
From: Junio C Hamano <hidden> Date: 2017-02-15 23:02:48
Jonathan Tan [off-list ref] writes:
I had some time to look into this, and yes, command-line parameters
are too aggressively downcased ("git_config_parse_parameter" calls
"strbuf_tolower" on the entire key part in config.c).
Ahh, thanks. So this is not about submodules at all; it is -c var=VAL
where var is downcased too aggressively.