Merge branch 'jk/parse-config-key-cleanup' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Mar 2017 22:19:48 +0000 (14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Mar 2017 22:19:48 +0000 (14:19 -0800)
commite531d8d3a95fec6ab73587571eb5e2443b8523e7
treee9c848023bc3c4f1104e7bc932085337f7edd6c7
parentfd722ba0397565fb1427ce0076fb8a56c95f59bf
parentad8c7cdadd96c66d0adf894250c8f4dd77bb2bee
Merge branch 'jk/parse-config-key-cleanup' into next

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
cache.h
config.c
refs.c