]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: new transfer.advertiseSID option
authorJosh Steadmon <steadmon@google.com>
Wed, 11 Nov 2020 23:29:25 +0000 (15:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Nov 2020 02:26:52 +0000 (18:26 -0800)
Document a new config option that allows users to determine whether or
not to advertise their session IDs to remote Git clients and servers.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/transfer.txt

index f5b6245270e0e8ddd029eb1f520b3e27210792f4..505126a7802319de3d31cf4426e2e75407b7baec 100644 (file)
@@ -69,3 +69,7 @@ transfer.unpackLimit::
        When `fetch.unpackLimit` or `receive.unpackLimit` are
        not set, the value of this variable is used instead.
        The default value is 100.
+
+transfer.advertiseSID::
+       Boolean. When true, client and server processes will advertise their
+       unique session IDs to their remote counterpart. Defaults to false.