]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitc772d1bcdc058d655e6cd3518440a721433cb511
treeb9712dd52d14728c5c23fa83a49f95dab49324f9
parent8f9aeb0d36c6cbfb849946bb272fa0d3c4611547
parentad8c7cdadd96c66d0adf894250c8f4dd77bb2bee
Merge branch 'jk/parse-config-key-cleanup' into maint

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