Re: [PATCH 10/10] submodule--helper clone: check for configured submodules using helper
From: Stefan Beller <hidden>
Date: 2017-02-24 01:00:28
From: Stefan Beller <hidden>
Date: 2017-02-24 01:00:28
On Thu, Feb 23, 2017 at 3:47 PM, Brandon Williams [off-list ref] wrote:
@@ -795,14 +794,11 @@ static int prepare_to_clone_next_submodule(const struct cache_entry *ce, } /* - * Looking up the url in .git/config. + * Check if the submodule has been initialized. * We must not fall back to .gitmodules as we only want * to process configured submodules.
This sentence "we must not ..." is also no longer accurate, as we do exactly that when using sub->url instead of just url below.