Merge branch 'jk/parse-config-key-cleanup' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 20:52:18 +0000 (13:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 20:52:19 +0000 (13:52 -0700)
The "parse_config_key()" API function has been cleaned up.

* jk/parse-config-key-cleanup:
parse_hide_refs_config: tell parse_config_key we don't want a subsection
parse_config_key: allow matching single-level config
parse_config_key: use skip_prefix instead of starts_with
refs: parse_hide_refs_config to use parse_config_key

1  2 
cache.h
config.c
refs.c
diff --cc cache.h
Simple merge
diff --cc config.c
Simple merge
diff --cc refs.c
Simple merge