Re: [WIP 1/2] submodule: refactor acquisition of superproject info

2017-12-05 Thread Stefan Beller
On Fri, Dec 1, 2017 at 2:50 PM, Jonathan Tan wrote: > Signed-off-by: Jonathan Tan > --- > submodule.c | 76 > + > submodule.h | 3 +++ This patch reads very similar to [1], which

[WIP 1/2] submodule: refactor acquisition of superproject info

2017-12-01 Thread Jonathan Tan
Signed-off-by: Jonathan Tan --- submodule.c | 76 + submodule.h | 3 +++ 2 files changed, 49 insertions(+), 30 deletions(-) diff --git a/submodule.c b/submodule.c index bb531e0e5..ce511180e 100644 ---