Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn: avoid network timeouts for long-running fetches
Long-running fetches run inside children to avoid memory leaks. When we refork, the connection in the parent can be idle for a long time; attempting to reuse it in the next child can result in timeouts. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information