Re: clone hang prevention / timeout?

2016-04-14 Thread Jason Vas Dias
ointer register (EIP) for 30 seconds to be "hung" . There is logic at the end to retry all the failed clones. It does work, but is far from pretty . It sure would be nice if GIT had a timeout mechanism ! Thanks & Regards, Jason On 13/04/2016, Jeff King wrote: > On Mon, Apr 1

clone hang prevention / timeout?

2016-04-11 Thread Jason Vas Dias
It appears GIT has no way of specifying a timeout for a clone operation - if the server decides not to complete a get request, the clone can hang forever - is this correct ? This appears to be what I am seeing, in a script that is attempting to do many successive clone operations, eg. of git://anon