diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-02 13:24:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-02 13:24:18 -0700 |
commit | 56f214e0716dec043b50a7e1e8cc181be2ef7df2 (patch) | |
tree | 9233df7f61bba4048b92768a07b97db9ecb7b2d3 /Makefile | |
parent | e8e4ce72cd9ebb5e5dfe580f98b7764ca6dc08ea (diff) | |
parent | 4c715ebb96acc77008e9cbebc381738611c6006f (diff) | |
download | git-56f214e0716dec043b50a7e1e8cc181be2ef7df2.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -551,6 +551,7 @@ PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS)) TEST_PROGRAMS_NEED_X += test-chmtime TEST_PROGRAMS_NEED_X += test-ctype +TEST_PROGRAMS_NEED_X += test-config TEST_PROGRAMS_NEED_X += test-date TEST_PROGRAMS_NEED_X += test-delta TEST_PROGRAMS_NEED_X += test-dump-cache-tree |