Re: [PATCH 10/10] fetch: retry fetching submodules if sha1 were not fetched

2018-08-09 Thread Stefan Beller
On Thu, Aug 9, 2018 at 12:50 AM Martin Ågren wrote: > > On 9 August 2018 at 00:17, Stefan Beller wrote: > > Currently when git-fetch is asked to recurse into submodules, it dispatches > > a plain "git-fetch -C " (and some submodule related options > > such as prefix and recusing strategy, but)

Re: [PATCH 10/10] fetch: retry fetching submodules if sha1 were not fetched

2018-08-09 Thread Martin Ågren
On 9 August 2018 at 00:17, Stefan Beller wrote: > Currently when git-fetch is asked to recurse into submodules, it dispatches > a plain "git-fetch -C " (and some submodule related options > such as prefix and recusing strategy, but) without any information of the > remote or the tip that should

[PATCH 10/10] fetch: retry fetching submodules if sha1 were not fetched

2018-08-08 Thread Stefan Beller
Currently when git-fetch is asked to recurse into submodules, it dispatches a plain "git-fetch -C " (and some submodule related options such as prefix and recusing strategy, but) without any information of the remote or the tip that should be fetched. This works surprisingly well in some