From: Josh Steadmon Date: Wed, 11 Nov 2020 23:29:25 +0000 (-0800) Subject: docs: new transfer.advertiseSID option X-Git-Tag: v2.30.0-rc0~21^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81bd549010f609056362b1cd94feb2434beee194;p=thirdparty%2Fgit.git docs: new transfer.advertiseSID option 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config/transfer.txt b/Documentation/config/transfer.txt index f5b6245270..505126a780 100644 --- a/Documentation/config/transfer.txt +++ b/Documentation/config/transfer.txt @@ -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.