Re: [PATCH 3/3] fetch: verify we have everything we need before updating our ref
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:58
Junio C Hamano [off-list ref] writes:
Nguyen Thai Ngoc Duy [off-list ref] writes:
quoted
What about receive-pack? Does it have the same breakage?
I didn't look---you tell me ;-)
I looked. It needs a similar check, and I'd need to refactor the
check_everything_connected() function a bit to take an iterator.
Will send a follow-up series this weekend.