[PATCH 5/7] submodule.c: stricter checking for submodules in is_submodule_modified

2017-03-24 Thread Stefan Beller
By having a stricter check in the superproject we catch errors earlier, instead of spawning a child process to tell us. Reviewed-by: Jonathan Nieder Signed-off-by: Stefan Beller --- submodule.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

Re: [PATCH 5/7] submodule.c: stricter checking for submodules in is_submodule_modified

2017-03-24 Thread Jonathan Nieder
Stefan Beller wrote: > By having a stricter check in the superproject we catch errors earlier, > instead of spawning a child process to tell us. > > Signed-off-by: Stefan Beller > Reviewed-by: Jonathan Nieder Yep. :)

[PATCH 5/7] submodule.c: stricter checking for submodules in is_submodule_modified

2017-03-24 Thread Stefan Beller
By having a stricter check in the superproject we catch errors earlier, instead of spawning a child process to tell us. Reviewed-by: Jonathan Nieder Signed-off-by: Stefan Beller --- submodule.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH 5/7] submodule.c: stricter checking for submodules in is_submodule_modified

2017-03-23 Thread Stefan Beller
By having a stricter check in the superproject we catch errors earlier, instead of spawning a child process to tell us. Reviewed-by: Jonathan Nieder Signed-off-by: Stefan Beller --- submodule.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)