Revision ee98df3fa41d83f037b96cb11dc72181816920c7 authored by Junio C Hamano on 23 February 2017, 22:44:07 UTC, committed by Junio C Hamano on 23 February 2017, 22:44:07 UTC
git_config_parse_key() implements the validation and downcasing of
<section> and <variable> in "<section>[.<subsection>].<variable>"
configuration variable name.  Move it (and helpers it uses) a bit up
so that it can be used by git_config_parse_parameter(), which is
used to check configuration settings that are given on the command
line (i.e. "git -c VAR=VAL cmd"), in a later patch.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c3808ca
History
File Mode Size
infozip-symlinks.zip -rw-r--r-- 328 bytes

back to top