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
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
2 matches
Mail list logo