Alex Riesen, Thu, Sep 17, 2020 15:20:47 +0200:
quoted hunk ↗ jump to hunk
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 74619a9c03..dcb7db9799 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -626,3 +626,10 @@ core.abbrev::
in your repository, which hopefully is enough for
abbreviated object names to stay unique for some time.
The minimum length is 4.
+
+core.ipversion::
+ Limit the network operations to the specified version of the transport
+ protocol. Can be specified as `4` to allow IPv4 only, `6` for IPv6, or
+ `all` to allow all protocols.
Eh. Option values are "ipv4" and "ipv6" indeed, not "4" and "6".
And I compiled and ran the code by now. Feels ok.