On Mon, Jun 27, 2016 at 2:14 PM, Johannes Schindelin
<johannes.schinde...@gmx.de> wrote:
> Hi Duy,
>
> On Sun, 26 Jun 2016, Nguyễn Thái Ngọc Duy wrote:
>
>> This keeps #ifdef at the callee instead of caller, it's less messier.
>>
>> The caller in question is in read-cache.c which, unlike other
>> unix-socket callers so far, is always built regardless of unix socket
>> support. No extra handling (for ENOSYS) is needed because in this
>> build, index-helper does not exist, $GIT_DIR/index-helper.sock does
>> not exist, so no unix socket call is made by read-cache.c in the first
>> place.
>>
>> Signed-off-by: Nguyễn Thái Ngọc Duy <pclo...@gmail.com>
>> ---
>
> Heh, I made something very similar (although I did not update the errno as
> your patch does): https://github.com/git-for-windows/git/commit/919cb1d79

Yours lacks the important "else" line in Makefile, so pick mine! :-D
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to