Re: [PATCH 1/1] mingw: remove obsolete IPv6-related code

2019-04-29 Thread Johannes Schindelin
Hi Junio, it looks as if this patch was not yet picked up? This is a straight-forward code removal in favor of dropping Windows XP support (which we officially did, quite some time ago). Is there anything you want me to do to get this at least into `pu`? Ciao, Dscho On Wed, 27 Feb 2019, Tanushr

[PATCH 1/1] mingw: remove obsolete IPv6-related code

2019-02-27 Thread Tanushree Tumane via GitGitGadget
From: Tanushree Tumane To support IPv6, Git provided fall back functions for Windows versions that did not support IPv6. However, as Git dropped support for Windows XP and prior, those functions are not needed anymore. Remove those fallbacks by reverting fe3b2b7b827c (Enable support for IPv6 on