mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-11-08 13:17:12 +08:00
f8e3273decd883f334939cb24e542d47aba21a43
In the case of:
[url "Foo"]
insteadOf = Bar
We should return "Bar" for the key "url.Foo.insteadof", but not
for the key "url.foo.insteadof". This requires splitting the
key into its components and only lower casing the section and
value name, leaving the subsection portion alone.
Signed-off-by: Shawn O. Pearce <sop@google.com>
Description
Languages
Python
99.2%
Shell
0.8%