Hi, Brandon Williams wrote: > 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@xxxxxxxxxx> > --- > cache.h | 190 +------------------------------------------------------------ > config.h | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 195 insertions(+), 189 deletions(-) > create mode 100644 config.h 'git diff HEAD^:cache.h config.h' confirms that this is straightforward code movement and didn't introduce any unintentional changes along the way. Thanks for writing it. Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx>