Re: [PATCHv2] submodule--helper: initial clone learns retry logic

2016-06-10 Thread Stefan Beller
On Thu, Jun 9, 2016 at 5:35 PM, Stefan Beller wrote: > Each submodule that is attempted to be cloned, will be retried once in > case of failure after all other submodules were cloned. This helps to > mitigate ephemeral server failures and increases chances of a reliable >

[PATCHv2] submodule--helper: initial clone learns retry logic

2016-06-09 Thread Stefan Beller
Each submodule that is attempted to be cloned, will be retried once in case of failure after all other submodules were cloned. This helps to mitigate ephemeral server failures and increases chances of a reliable clone of a repo with hundreds of submodules immensely. Signed-off-by: Stefan Beller