Re: What's cooking in git.git (Aug 2008, #07; Sat, 23)
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:13
"Stephen R. van den Berg" [off-list ref] writes:
Junio C Hamano wrote: ...quoted
It seems that kill_some_child() will not kill anything if nobody else is coming from the same address, while the old code did kill some. Is this intended?This is intended. ...quoted
... If you simplify add_child() to queue the newborn always at the front of the list, your kill_some_child() will continue to do so, so I do not see the point of the loop in add_child(). Am I mistaken?... You are mistaken. The point is that we need to find out *duplicate* IP-adresses.
Lightbulb goes on on both counts. Thanks.
Shall I incorporate your suggested changes (as far as I consider them ok) into my patches and resubmit them?
I think your response makes the only remaining is the style fixup, which was my [1/3] from yesterday, so I think we are Ok with what already we have. Thanks.