Re: Re* [PATCH 1/2] clone: allow to clone from .git file
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:51:52
Nguyen Thai Ngoc Duy [off-list ref] writes:
Set *status here too? I assume we need valid *status whenever NULL is returned.
You are absolutely correct. But I ended up deciding not to add "gently" variant for now, as nobody needs it, and if we were to have "gently", we should also rethink the earlier checks in the function if they should give diagnosis. Please check what is queued near the tip of tonight's 'pu'. Thanks.