Comment 3 for bug 1031355

Revision history for this message
milki (milki-p) wrote : Re: [Bug 1031355] Re: Config should preserve case of setting

On 14:24 Sun 16 Sep , Jelmer Vernooij wrote:
> I'm not sure if this is the right fix - lookups should be case
> insensitive, that's why we lower case the setting.

lookups should be case insensitive, but I believe the case should be
preserved in the file itself. That's why in my approach to config, I
explicitly had a key that contained the original case of the config in
'_name'

https://github.com/milki/dulwich/commit/2595eb32b0bfda5667c384bca5dad7f23a485b93

-milki