Merge branch 'ta/config-set'
commit56f214e0716dec043b50a7e1e8cc181be2ef7df2
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Sep 2014 20:24:17 +0000 (2 13:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Sep 2014 20:24:18 +0000 (2 13:24 -0700)
tree9233df7f61bba4048b92768a07b97db9ecb7b2d3
parente8e4ce72cd9ebb5e5dfe580f98b7764ca6dc08ea
parent4c715ebb96acc77008e9cbebc381738611c6006f
Merge branch 'ta/config-set'

Add in-core caching layer to let us avoid reading the same
configuration files number of times.

* ta/config-set:
  test-config: add tests for the config_set API
  add `config_set` API for caching config-like files
Documentation/technical/api-config.txt
Makefile
cache.h
config.c