OSDN Git Service

Merge branch 'jk/parse-config-key-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:22 +0000 (13:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:22 +0000 (13:24 -0800)
commit963792ed277bde985ea9ff4953529d656b186571
treece457fde106f33c0cd9c75b1c15a5169752431cb
parent34061299002fcbf5467385debbd9ad3d5f1c5a4e
parentad8c7cdadd96c66d0adf894250c8f4dd77bb2bee
Merge branch 'jk/parse-config-key-cleanup'

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