Re: [PATCH] Config option to set the transport protocol version for network fetches
From: Jeff King <hidden> Date: 2020-09-17 13:33:24
On Thu, Sep 17, 2020 at 03:20:47PM +0200, Alex Riesen wrote:
Affecting the transfers initiated by fetch and push,
the option allows to control network operations similar
to --ipv4 and --ipv6 options.
Suggested-by: Jeff King <redacted>
Signed-off-by: Alex Riesen <redacted>
I think this misses some of the excellent suggestions from Junio
(naming, and the ability to override from the command line).
-Peff