Re: [PATCH 3/4] submodule--helper clone: remove double path checking

2016-03-31 Thread Junio C Hamano
Stefan Beller writes: > Just a few lines after the deleted code we call > > safe_create_leading_directories_const(path + "/.git") > > so the check is done twice without action in between. > Remove the first check. I am hesitant to call the call to this function a "check". If you do not yet ha

[PATCH 3/4] submodule--helper clone: remove double path checking

2016-03-30 Thread Stefan Beller
Just a few lines after the deleted code we call safe_create_leading_directories_const(path + "/.git") so the check is done twice without action in between. Remove the first check. Signed-off-by: Stefan Beller --- builtin/submodule--helper.c | 4 1 file changed, 4 deletions(-) diff --gi