Re: [PATCH v2 2/6] submodules: load gitmodules file from commit sha1

2016-11-01 Thread Stefan Beller
On Mon, Oct 31, 2016 at 3:38 PM, Brandon Williams wrote: > Teach submodules to load a '.gitmodules' file from a commit sha1. This > enables the population of the submodule_cache to be based on the state > of the '.gitmodules' file from a particular commit. > > Signed-off-by: Brandon Williams > -

[PATCH v2 2/6] submodules: load gitmodules file from commit sha1

2016-10-31 Thread Brandon Williams
Teach submodules to load a '.gitmodules' file from a commit sha1. This enables the population of the submodule_cache to be based on the state of the '.gitmodules' file from a particular commit. Signed-off-by: Brandon Williams --- cache.h| 2 ++ config.c | 8 sub