config: create config.h
authorBrandon Williams <bmwill@google.com>
Wed, 14 Jun 2017 18:07:34 +0000 (11:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jun 2017 19:56:22 +0000 (12:56 -0700)
commite67a57fc5187f93ced9631edf80fc09eefb3fed9
tree8bea1ab9ef9610546820de3d1a092c5d89871d1a
parenta9bcf6586d1a4888aea91553d73cda20494b8335
config: create config.h

Move all config related declarations from cache.h to a new config.h
header file.  This makes cache.h smaller and allows for the opportunity
in a following patch to only include config.h when needed.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
config.h [new file with mode: 0644]